aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 79039ab..642f45f 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -654,3 +654,9 @@ m32c-*-elf*)
exit 1
;;
esac
+
+case ${host} in
+i[34567]86-*-linux* | x86_64-*-linux*)
+ tmake_file="${tmake_file} t-tls"
+ ;;
+esac