config.host: Also enable for GNU/kFreeBSD and GNU/kNetBSD.

2008-11-09  Thomas Schwinge  <tschwinge@gnu.org>

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

From-SVN: r141722
This commit is contained in:
Thomas Schwinge 2008-11-09 23:57:46 +01:00 committed by Thomas Schwinge
parent 40b2ba118f
commit 2a761e46e8
2 changed files with 7 additions and 3 deletions

View 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.

View 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