OSDN Git Service

* config.gcc (mips64*-*-linux*): Keep existing tm_defines.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Mar 2006 20:21:11 +0000 (20:21 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Mar 2006 20:21:11 +0000 (20:21 +0000)
(mips*-*-linux*): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112149 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index fcb08c5..6e388d8 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 78a7cc1..8c30b6b 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
        ;;