aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/mips/t-img-elf
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/config/mips/t-img-elf')
-rw-r--r--gcc-4.9/gcc/config/mips/t-img-elf6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc-4.9/gcc/config/mips/t-img-elf b/gcc-4.9/gcc/config/mips/t-img-elf
index 14733317e..cc5dabbc0 100644
--- a/gcc-4.9/gcc/config/mips/t-img-elf
+++ b/gcc-4.9/gcc/config/mips/t-img-elf
@@ -22,15 +22,17 @@
# A multilib for mips64r6+LE
# A multilib for mips32r6+LE+singlefloat+shortdouble
-MULTILIB_OPTIONS = mips64r6 EL msingle-float fshort-double
-MULTILIB_DIRNAMES = mips64r6 el sgl short
+MULTILIB_OPTIONS = mips64r6 mabi=64 EL msoft-float/msingle-float fshort-double
+MULTILIB_DIRNAMES = mips64r6 64 el sof sgl short
MULTILIB_MATCHES = EL=mel EB=meb
# Don't build 64r6 with single-float
MULTILIB_EXCEPTIONS += mips64r6/*msingle-float*
MULTILIB_EXCEPTIONS += mips64r6/*fshort-double*
+MULTILIB_EXCEPTIONS += mabi=64*
MULTILIB_EXCEPTIONS += msingle-float*
MULTILIB_EXCEPTIONS += *msingle-float
MULTILIB_EXCEPTIONS += fshort-double
MULTILIB_EXCEPTIONS += EL/fshort-double
+MULTILIB_EXCEPTIONS += *msoft-float/fshort-double