diff options
author | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-11-09 22:57:46 +0000 |
---|---|---|
committer | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-11-09 22:57:46 +0000 |
commit | 1eab96a648422fc26b90086e6d5eb11fd07eb45b (patch) | |
tree | 2adb53c50969f62c6f40a6d44f1e32e655c0739a /libgcc/config.host | |
parent | b6f5d245eab9b3fbfc25d30ee717145e139f4d44 (diff) | |
download | gcc-1eab96a648422fc26b90086e6d5eb11fd07eb45b.tar.gz |
2008-11-09 Thomas Schwinge <tschwinge@gnu.org>
* config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141722 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index a92ffa04455..1b0cc110065 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -569,9 +569,9 @@ m32c-*-elf*) esac case ${host} in -i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu) - ;; -i[34567]86-*-linux* | x86_64-*-linux* | i[34567]86-*-gnu*) +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" ;; esac |