diff options
Diffstat (limited to 'gcc/config/rs6000/t-ppcos')
-rw-r--r-- | gcc/config/rs6000/t-ppcos | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/rs6000/t-ppcos b/gcc/config/rs6000/t-ppcos new file mode 100644 index 000000000..819863bea --- /dev/null +++ b/gcc/config/rs6000/t-ppcos @@ -0,0 +1,8 @@ +# Multilibs for a powerpc hosted ELF target (linux, SVR4) + +MULTILIB_OPTIONS = msoft-float +MULTILIB_DIRNAMES = nof +MULTILIB_EXTRA_OPTS = fPIC mstrict-align +MULTILIB_EXCEPTIONS = + +MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} |