summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-31 03:12:53 +0000
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-31 03:12:53 +0000
commita13fbfc901f46a50e190d36ea33e3862b4552d76 (patch)
tree1fb915c07aac5fde220f05ac7a3a5c88b9f6508c /configure.in
parent3713f37614bb2b0f477c8ea22babd77adaa0a970 (diff)
downloadgcc-a13fbfc901f46a50e190d36ea33e3862b4552d76.tar.gz
* configure.in (baseargs): Don't remove first configure argument.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60673 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f5a650a3f31..511194ddb14 100644
--- a/configure.in
+++ b/configure.in
@@ -1751,7 +1751,7 @@ baseargs=`echo " ${ac_configure_args} " | \
-e 's/ --ho[[a-z-]]*=[[^ ]]* / /' \
-e 's/ --bu[[a-z-]]*=[[^ ]]* / /' \
-e 's/ --ta[[a-z-]]*=[[^ ]]* / /' \
- -e 's/ [[^-][^ ]*] / /' \
+ -e 's/ [[^ -][^ ]*] / /' \
-e 's/^ *//;s/ *$//'`
# For the build-side libraries, we just need to pretend we're native,