Commit 2a761e46 by Thomas Schwinge Committed by Thomas Schwinge

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
parent 40b2ba11
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> 2008-10-08 Thomas Schwinge <tschwinge@gnu.org>
* config.host: Fold `*-*-gnu*' cases into the Linux ones. * config.host: Fold `*-*-gnu*' cases into the Linux ones.
......
...@@ -569,9 +569,9 @@ m32c-*-elf*) ...@@ -569,9 +569,9 @@ m32c-*-elf*)
esac esac
case ${host} in case ${host} in
i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu) i[34567]86-*-linux* | x86_64-*-linux* | \
;; i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | \
i[34567]86-*-linux* | x86_64-*-linux* | i[34567]86-*-gnu*) i[34567]86-*-gnu*)
tmake_file="${tmake_file} t-tls" tmake_file="${tmake_file} t-tls"
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment