* 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
+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.
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