aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-09 22:57:46 +0000
committerThomas Schwinge <tschwinge@gnu.org>2008-11-09 22:57:46 +0000
commit4ad4a69aee5e37d8927fb1baa069e6dd7e4e9908 (patch)
tree2adb53c50969f62c6f40a6d44f1e32e655c0739a /libgcc
parent0e1b0087050d7d458866bd64a0a81a4fe358ff70 (diff)
2008-11-09 Thomas Schwinge <tschwinge@gnu.org>
* config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@141722 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host6
2 files changed, 7 insertions, 3 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 1894509429c..c8b33622ccb 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-09 Thomas Schwinge <tschwinge@gnu.org>
+
+ * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
+
2008-10-08 Thomas Schwinge <tschwinge@gnu.org>
* config.host: Fold `*-*-gnu*' cases into the Linux ones.
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