libgcc/
authorRichard Sandiford <rdsandiford@googlemail.com>
Sat, 6 Aug 2011 18:41:36 +0000 (18:41 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 6 Aug 2011 18:41:36 +0000 (18:41 +0000)
* config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
(*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
Add to tmake_file rather than overriding it.

From-SVN: r177533

libgcc/ChangeLog
libgcc/config.host

index b26254f20d636347568078779268eb0fc5bb7d24..79020025415bf18852b2a91f85eed9ea91021090 100644 (file)
@@ -1,3 +1,9 @@
+2011-08-06  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
+       (*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
+       Add to tmake_file rather than overriding it.
+
 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * config/t-softfp: Remove.
index be6d720ac289f9763cc610b85f3bbc68ef94da3c..d35ee3a4a61337935e94e01c10f5693ce00b38e6 100644 (file)
@@ -163,7 +163,7 @@ esac
 case ${host} in
 *-*-darwin*)
   asm_hidden_op=.private_extern
-  tmake_file="t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin"
+  tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin"
   extra_parts=crt3.o
   ;;
 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
@@ -179,10 +179,10 @@ case ${host} in
   # This is the generic ELF configuration of FreeBSD.  Later
   # machine-specific sections may refine and add to this
   # configuration.
-  tmake_file=t-eh-dw2-dip
+  tmake_file="$tmake_file t-eh-dw2-dip"
   ;;
 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
-  tmake_file=t-eh-dw2-dip
+  tmake_file="$tmake_file t-eh-dw2-dip"
   extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
   ;;
 *-*-netbsd*)