config.host (mips*-sde-elf*, [...]): Add to tmake_file rather replacing it.
authorRichard Sandiford <rdsandiford@googlemail.com>
Sat, 17 Dec 2011 11:32:20 +0000 (11:32 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 17 Dec 2011 11:32:20 +0000 (11:32 +0000)
libgcc/
* config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
tmake_file rather replacing it.

From-SVN: r182431

libgcc/ChangeLog
libgcc/config.host

index 56be7d2607ec40eb78e0bbeef6b798a7579e1fef..8ad0c99ace986a223fca1347e5b9c17282039d44 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-17  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
+       tmake_file rather replacing it.
+
 2011-12-15  Iain Sandoe  <iains@gcc.gnu.org>
 
        * config/rs6000/darwin-world.S (toplevel): Make it clear that this
index f15282c4924d05b7faf43920f5297422de33e536..a30bf5208ecd04356922d66264de132c8359120a 100644 (file)
@@ -751,7 +751,7 @@ mips*-*-linux*)                             # Linux MIPS, either endian.
 mips*-*-openbsd*)
        ;;
 mips*-sde-elf*)
-       tmake_file="mips/t-crtstuff mips/t-mips16"
+       tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
        case "${with_newlib}" in
          yes)
            # newlib / libgloss.
@@ -771,7 +771,7 @@ mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
        extra_parts="$extra_parts crti.o crtn.o"
        ;;
 mipsisa64sr71k-*-elf*)
-       tmake_file="mips/t-elf mips/t-crtstuff t-fdpbit"
+       tmake_file="$tmake_file mips/t-elf mips/t-crtstuff t-fdpbit"
        extra_parts="$extra_parts crti.o crtn.o"
         ;;
 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)