From: Diego Novillo Date: Fri, 20 Jan 2006 13:47:14 +0000 (+0000) Subject: configure: Regenerate. X-Git-Tag: releases/gcc-4.2.0~4713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=670cbfcfc5abfff4ae0af7a7c7c5e4145c3c7248;p=thirdparty%2Fgcc.git configure: Regenerate. * configure: Regenerate. From-SVN: r110023 --- diff --git a/ChangeLog b/ChangeLog index c90bddb97468..f9af479f2b96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-20 Diego Novillo + + * configure: Regenerate. + 2006-01-18 Richard Henderson Jakub Jelinek Diego Novillo diff --git a/configure b/configure index 663a7a5357cb..32e4e9c026ee 100755 --- a/configure +++ b/configure @@ -1134,7 +1134,7 @@ no) ;; "") case "${target}" in - *-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu) + *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu) # Enable libmudflap by default in GNU and friends. ;; *-*-freebsd*) @@ -1157,7 +1157,7 @@ no) "") # Enable libgomp by default on hosted POSIX systems. case "${target}" in - *-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu) + *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu) ;; *-*-netbsd* | *-*-freebsd* | *-*-openbsd*) ;;