[COMMITTED] Port libgcc's configury for *-*-gnu*

Thomas Schwinge tschwinge@gnu.org
Sun Nov 9 23:32:00 GMT 2008


Hello!

On Thu, Oct 09, 2008 at 10:46:57AM +0200, Paolo Bonzini wrote:
> Thomas Schwinge wrote:
> > Here is a patch to port libgcc's configury for *-*gnu*.
> 
> Ok.

This version has already been installed by Matthias Klose (rev. 141004).
Here is now the tiny enhancement (which I just committed as rev. 141722),
which Debian BSD's Petr Salinger asked me to install,
<http://lists.debian.org/debian-bsd/2008/10/msg00020.html>.

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

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

Index: config.host
===================================================================
--- config.host	(revision 141721)
+++ config.host	(revision 141722)
@@ -569,9 +569,9 @@
 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


Regards,
 Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20081109/768ed75d/attachment.sig>


More information about the Gcc-patches mailing list