13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
# Target config file for a System V based system (Solaris, GNU/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
|