config.gcc (mips64*-*-linux*): Keep existing tm_defines.
authorRichard Sandiford <richard@codesourcery.com>
Thu, 16 Mar 2006 20:21:11 +0000 (20:21 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 16 Mar 2006 20:21:11 +0000 (20:21 +0000)
* config.gcc (mips64*-*-linux*): Keep existing tm_defines.
(mips*-*-linux*): Likewise.

From-SVN: r112149

gcc/ChangeLog
gcc/config.gcc

index fcb08c51df273aafc3363981afb6faff78971aa9..6e388d82fa888ca5f1286b8a2a6329500a633db9 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-16  Richard Sandiford  <richard@codesourcery.com>
+
+       * config.gcc (mips64*-*-linux*): Keep existing tm_defines.
+       (mips*-*-linux*): Likewise.
+
 2006-03-16  Roger Sayle  <roger@eyesopen.com>
            Daniel Speyer  <dspeyer@wam.umd.edu>
 
index 78a7cc1803c6e02005c16ae6ab138d3f9aa59f75..8c30b6b33fb2bdb82ebd238f387db8d8f157f20a 100644 (file)
@@ -1501,7 +1501,7 @@ mips*-*-netbsd*)                  # NetBSD/mips, either endian.
 mips64*-*-linux*)
        tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
        tmake_file="${tmake_file} mips/t-linux64"
-       tm_defines="MIPS_ABI_DEFAULT=ABI_N32"
+       tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
        gnu_ld=yes
        gas=yes
        ;;
@@ -1510,7 +1510,7 @@ mips*-*-linux*)                           # Linux MIPS, either endian.
        case ${target} in
         mipsisa32*-*)
                 target_cpu_default="MASK_SOFT_FLOAT"
-               tm_defines="MIPS_ISA_DEFAULT=32"
+               tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
                 ;;
         esac
        ;;