From: Thomas Schwinge Date: Sun, 9 Nov 2008 22:57:46 +0000 (+0100) Subject: config.host: Also enable for GNU/kFreeBSD and GNU/kNetBSD. X-Git-Tag: releases/gcc-4.4.0~1748 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a761e46e8763785c267d9c1df23810b8c45e419;p=thirdparty%2Fgcc.git config.host: Also enable for GNU/kFreeBSD and GNU/kNetBSD. 2008-11-09 Thomas Schwinge * config.host : Also enable for GNU/kFreeBSD and GNU/kNetBSD. From-SVN: r141722 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 1894509429cf..c8b33622ccb8 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-09 Thomas Schwinge + + * config.host : Also enable for GNU/kFreeBSD and GNU/kNetBSD. + 2008-10-08 Thomas Schwinge * config.host: Fold `*-*-gnu*' cases into the Linux ones. diff --git a/libgcc/config.host b/libgcc/config.host index a92ffa04455d..1b0cc110065d 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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