summaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4761fe80e3a..2c9a9046210 100755
--- a/configure
+++ b/configure
@@ -2409,7 +2409,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,