diff options
Diffstat (limited to 'contrib/gcc/config/rs6000/t-ppcendian')
-rw-r--r-- | contrib/gcc/config/rs6000/t-ppcendian | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/gcc/config/rs6000/t-ppcendian b/contrib/gcc/config/rs6000/t-ppcendian deleted file mode 100644 index b6252ee0cdcc..000000000000 --- a/contrib/gcc/config/rs6000/t-ppcendian +++ /dev/null @@ -1,12 +0,0 @@ -# Multilibs for powerpc embedded ELF targets with altivec. - -MULTILIB_OPTIONS = msoft-float \ - mlittle/mbig - -MULTILIB_DIRNAMES = nof \ - le be - - -MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} \ - ${MULTILIB_MATCHES_ENDIAN} \ - ${MULTILIB_MATCHES_SYSV} |