]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
authorThomas Schwinge <tschwinge@gnu.org>
Sun, 9 Nov 2008 22:57:46 +0000 (23:57 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Sun, 9 Nov 2008 22:57:46 +0000 (23:57 +0100)
2008-11-09  Thomas Schwinge  <tschwinge@gnu.org>

* config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.

From-SVN: r141722

libgcc/ChangeLog
libgcc/config.host

index 1894509429cf34b8ef5ec490a60742dcd9572caa..c8b33622ccb88e2b4e5aa049b53416a12127f668 100644 (file)
@@ -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.
index a92ffa04455d28eb5068aebf722b6395a0399f17..1b0cc110065d0f15e6cd71e9a1dbf3dcb1fe6a17 100644 (file)
@@ -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