summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-20 13:47:14 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-20 13:47:14 +0000
commit4938df8a3b4d5d95c92e8833fe9425e2b20e83d6 (patch)
treeb54166247d7bda76f0193131e7da648f2b531d5a /configure
parentcf5eacc0fcda707ece656045a326980e568dcdf3 (diff)
downloadgcc-4938df8a3b4d5d95c92e8833fe9425e2b20e83d6.tar.gz
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110023 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 663a7a5357c..32e4e9c026e 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*)
;;