* 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
This commit is contained in:
Richard Sandiford 2011-08-06 18:41:36 +00:00 committed by Richard Sandiford
parent 1e46eb2a1b
commit ed39fbad9a
2 changed files with 9 additions and 3 deletions

View 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.

View 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*)