mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 11:53:01 +01:00
23 lines
621 B
Plaintext
23 lines
621 B
Plaintext
# PowerPC embedded support with gas.
|
|
# Build libgcc.a with different options.
|
|
|
|
MULTILIB_OPTIONS = msoft-float \
|
|
mlittle/mbig \
|
|
mcall-sysv/mcall-aix/mcall-solaris/mcall-linux
|
|
|
|
MULTILIB_DIRNAMES = nof \
|
|
le be \
|
|
cs ca sol lin
|
|
|
|
MULTILIB_EXTRA_OPTS = mrelocatable-lib mno-eabi mstrict-align
|
|
MULTILIB_EXCEPTIONS = *mbig/*mcall-solaris* \
|
|
*mlittle/*mcall-solaris* \
|
|
*msoft-float/*mcall-solaris* \
|
|
*mbig/*mcall-linux* \
|
|
*mlittle/*mcall-linux* \
|
|
*msoft-float/*mcall-linux*
|
|
|
|
MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} \
|
|
${MULTILIB_MATCHES_ENDIAN} \
|
|
${MULTILIB_MATCHES_SYSV}
|