]> gcc.gnu.org Git - gcc.git/commitdiff
revert: t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if tm_defines contains MIPS_...
authorMatthias Klose <doko@debian.org>
Mon, 22 Aug 2011 11:21:55 +0000 (11:21 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Mon, 22 Aug 2011 11:21:55 +0000 (11:21 +0000)
2011-08-22  Matthias Klose <doko@debian.org>

        Revert:
        2011-07-11  Arthur Loiret  <aloiret@debian.org>
                    Matthias Klose <doko@debian.org>
        * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
        tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
        convention.
        * config.gcc (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.

From-SVN: r177953

gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/t-linux64

index 4793d031e4e29c347570f141125cc82e30c23880..76154f254451a60019234178679664000b96b6bd 100644 (file)
@@ -1,3 +1,13 @@
+2011-08-22  Matthias Klose <doko@debian.org>
+
+       Revert:
+       2011-07-11  Arthur Loiret  <aloiret@debian.org>
+                   Matthias Klose <doko@debian.org>
+       * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
+       tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
+       convention.
+       * config.gcc (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
+
 2011-08-22  Mikael Pettersson  <mikpe@it.uu.se>
 
        PR bootstrap/50146
index 7f29213b74d3d127bfba0c6abd72bb882a961a3b..e8e0eebf2047ab180d4bc92ddfba575fb3920f9e 100644 (file)
@@ -1854,7 +1854,6 @@ mips*-*-linux*)                           # Linux MIPS, either endian.
        if test x$enable_targets = xall; then
                tm_file="${tm_file} mips/gnu-user64.h mips/linux64.h"
                tmake_file="${tmake_file} mips/t-linux64"
-               tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
        fi
        case ${target} in
         mipsisa32r2*)
index e23743d3cb0a1f0bb47adb5297f552d7fc4b329e..0e695172f55a4508af0ae674b029a33f0c0d25e5 100644 (file)
 # <http://www.gnu.org/licenses/>.
 
 MULTILIB_OPTIONS = mabi=n32/mabi=32/mabi=64
-ifneq ($(filter MIPS_ABI_DEFAULT=ABI_32,$(tm_defines)),)
-MULTILIB_DIRNAMES = n32 . 64
-else
 MULTILIB_DIRNAMES = n32 32 64
-endif
 MULTILIB_OSDIRNAMES = ../lib32 ../lib ../lib64
 
 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
This page took 0.122955 seconds and 5 git commands to generate.