This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
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
Attachment:
signature.asc
Description: Digital signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |