aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2006-01-20 13:47:14 +0000
committerDiego Novillo <dnovillo@gcc.gnu.org>2006-01-20 08:47:14 -0500
commit670cbfcfc5abfff4ae0af7a7c7c5e4145c3c7248 (patch)
treeb54166247d7bda76f0193131e7da648f2b531d5a /configure
parentede7acf17576192c7d516b79cf35793138a654df (diff)
downloadgcc-670cbfcfc5abfff4ae0af7a7c7c5e4145c3c7248.zip
gcc-670cbfcfc5abfff4ae0af7a7c7c5e4145c3c7248.tar.gz
gcc-670cbfcfc5abfff4ae0af7a7c7c5e4145c3c7248.tar.bz2
configure: Regenerate.
* configure: Regenerate. From-SVN: r110023
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 663a7a5..32e4e9c 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*)
;;