mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* config/t-softfp: Remove.
|
* config/t-softfp: Remove.
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,7 @@ esac
|
||||||
case ${host} in
|
case ${host} in
|
||||||
*-*-darwin*)
|
*-*-darwin*)
|
||||||
asm_hidden_op=.private_extern
|
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
|
extra_parts=crt3.o
|
||||||
;;
|
;;
|
||||||
*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
|
*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
|
||||||
|
|
@ -179,10 +179,10 @@ case ${host} in
|
||||||
# This is the generic ELF configuration of FreeBSD. Later
|
# This is the generic ELF configuration of FreeBSD. Later
|
||||||
# machine-specific sections may refine and add to this
|
# machine-specific sections may refine and add to this
|
||||||
# configuration.
|
# 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)
|
*-*-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"
|
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
|
||||||
;;
|
;;
|
||||||
*-*-netbsd*)
|
*-*-netbsd*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue