]> gcc.gnu.org Git - gcc.git/blob - gcc/config/rs6000/t-ppc
Daily bump.
[gcc.git] / gcc / config / rs6000 / t-ppc
1 # PowerPC support without gas
2
3 # Build libgcc.a with different options. If no gas support, don't build
4 # explicit little endian or big endian libraries, since it depends on the
5 # -mbig/-mlittle switches passed to gas. The -mrelocatable support also needs
6 # -mrelocatable passed to gas, so don't use it either.
7
8 MULTILIB_OPTIONS = msoft-float
9 MULTILIB_DIRNAMES = nof
10 MULTILIB_EXCEPTIONS =
11 MULTILIB_EXTRA_OPTS = mstrict-align
12 MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT}
This page took 0.033998 seconds and 5 git commands to generate.