aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/t-ppcgas
blob: 9fb5e4ec3284085abd9f68198ac6b3f0c4c680c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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}