mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 02:10:29 +08:00
libgcc/
* 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:
parent
1e46eb2a1b
commit
ed39fbad9a
@ -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.
|
||||
|
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user