diff options
author | Daniel Jacobowitz <drow@mvista.com> | 2002-12-31 03:12:53 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2002-12-31 03:12:53 +0000 |
commit | 6c1b8d0a73e09393973d37c10a02c59a5e2c5546 (patch) | |
tree | 1fb915c07aac5fde220f05ac7a3a5c88b9f6508c /configure.in | |
parent | e2f45c30517a11331cadb39dc84d59b42887aafe (diff) | |
download | gcc-6c1b8d0a73e09393973d37c10a02c59a5e2c5546.tar.gz |
* configure.in (baseargs): Don't remove first configure argument.
From-SVN: r60673
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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, |