]> gcc.gnu.org Git - gcc.git/blobdiff - libgcc/config.host
tls.m4 (GCC_CHECK_CC_TLS): New.
[gcc.git] / libgcc / config.host
index 79039abc8e1a58c1c2818376e7aae18d6ee6baef..642f45fdbddd1e1d003a506e8bef549c88c2afe5 100644 (file)
@@ -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
This page took 0.023149 seconds and 5 git commands to generate.