diff options
Diffstat (limited to 'gcc-4.4.3/gcc/config/rs6000/t-ppcgas')
-rw-r--r-- | gcc-4.4.3/gcc/config/rs6000/t-ppcgas | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/config/rs6000/t-ppcgas b/gcc-4.4.3/gcc/config/rs6000/t-ppcgas new file mode 100644 index 000000000..120aef446 --- /dev/null +++ b/gcc-4.4.3/gcc/config/rs6000/t-ppcgas @@ -0,0 +1,14 @@ +# Multilibs for powerpc embedded ELF targets. + +MULTILIB_OPTIONS = msoft-float \ + mlittle/mbig \ + fleading-underscore + +MULTILIB_DIRNAMES = nof \ + le be \ + und + +MULTILIB_EXTRA_OPTS = mrelocatable-lib mno-eabi mstrict-align + +MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} \ + ${MULTILIB_MATCHES_ENDIAN} |