diff options
Diffstat (limited to 'gcc/config/mips/t-sdemtk')
-rw-r--r-- | gcc/config/mips/t-sdemtk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/mips/t-sdemtk b/gcc/config/mips/t-sdemtk index 820faa305e8..8d280898b52 100644 --- a/gcc/config/mips/t-sdemtk +++ b/gcc/config/mips/t-sdemtk @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2014 Free Software Foundation, Inc. +# Copyright (C) 2007-2015 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -21,6 +21,7 @@ MULTILIB_OPTIONS = EL/EB mips32/mips32r2/mips64/mips64r2 mips16 msoft-float/mno-float/mfp64 MULTILIB_DIRNAMES = el eb mips32 mips32r2 mips64 mips64r2 mips16 sof nof f64 +MULTILIB_MATCHES = mips32r2=mips32r3 mips32r2=mips32r5 mips64r2=mips64r3 mips64r2=mips64r5 # Remove stdarg.h and stddef.h from USER_H. USER_H = $(srcdir)/ginclude/float.h \ |