aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/libgcc/config.host
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/libgcc/config.host')
-rw-r--r--gcc-4.6/libgcc/config.host11
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc-4.6/libgcc/config.host b/gcc-4.6/libgcc/config.host
index d3f64d6..2516c0a 100644
--- a/gcc-4.6/libgcc/config.host
+++ b/gcc-4.6/libgcc/config.host
@@ -145,15 +145,6 @@ case ${host} in
asm_hidden_op=.private_extern
tmake_file="t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin"
;;
-*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
- # This is the place-holder for the generic a.out configuration
- # of FreeBSD. No actual configuration resides here since
- # there was only ever a bare-bones ix86 configuration for
- # a.out and it exists solely in the machine-specific section.
- # This place-holder must exist to avoid dropping into
- # the generic ELF configuration of FreeBSD (i.e. it must be
- # ordered before that section).
- ;;
*-*-freebsd*)
# This is the generic ELF configuration of FreeBSD. Later
# machine-specific sections may refine and add to this
@@ -609,7 +600,7 @@ case ${host} in
i[34567]86-*-linux* | x86_64-*-linux* | \
i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | \
i[34567]86-*-gnu*)
- tmake_file="${tmake_file} t-tls"
+ tmake_file="${tmake_file} t-tls i386/t-cpuinfo"
if test "$libgcc_cv_cfi" = "yes"; then
tmake_file="${tmake_file} t-stack i386/t-stack-i386"
fi