blob: fe1d6ad64c12f1ef9c9d914b712328d41367fa6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Target config file for a System V based system (Solaris, Linux, Netbsd) with gas
# Build libgcc.a with different options. With gas, build pic libraries
# as well no floating point
MULTILIB_OPTIONS = msoft-float fPIC
MULTILIB_DIRNAMES = nof pic
MULTILIB_EXCEPTIONS =
MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} \
fPIC=mrelocatable-lib \
fPIC=mrelocatable \
fPIC=fpic
|