From: Richard Sandiford Date: Sat, 6 Aug 2011 18:41:36 +0000 (+0000) Subject: libgcc/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed39fbad9a2b8c314b9f04814a69fca5c289309f;p=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 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b26254f20d6..79020025415 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2011-08-06 Richard Sandiford + + * 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 * config/t-softfp: Remove. diff --git a/libgcc/config.host b/libgcc/config.host index be6d720ac28..d35ee3a4a61 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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*)