mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
2003-05-13 Michael Eager <eager@mvista.com>
* configure.in: Correct sed script so that options in quotes are not deleted. * configure: Rebuild.
This commit is contained in:
parent
6760f9e688
commit
3959a22a50
@ -1,3 +1,9 @@
|
||||
2003-05-13 Michael Eager <eager@mvista.com>
|
||||
|
||||
* configure.in: Correct sed script so that options in quotes are not
|
||||
deleted.
|
||||
* configure: Rebuild.
|
||||
|
||||
2003-05-12 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2418,7 +2418,7 @@ baseargs=`echo " ${ac_configure_args} " | \
|
||||
-e 's/ -host[= ][^ ]* / /' \
|
||||
-e 's/ -build[= ][^ ]* / /' \
|
||||
-e 's/ -target[= ][^ ]* / /' \
|
||||
-e 's/ [^ -][^ ]* / /' \
|
||||
-e "s/ [[^' -][^ ]*] / /" \
|
||||
-e 's/^ *//;s/ *$//'`
|
||||
|
||||
# For the build-side libraries, we just need to pretend we're native,
|
||||
|
@ -1757,7 +1757,7 @@ baseargs=`echo " ${ac_configure_args} " | \
|
||||
-e 's/ -host[[= ]][[^ ]]* / /' \
|
||||
-e 's/ -build[[= ]][[^ ]]* / /' \
|
||||
-e 's/ -target[[= ]][[^ ]]* / /' \
|
||||
-e 's/ [[^ -][^ ]*] / /' \
|
||||
-e "s/ [[^' -][^ ]*] / /" \
|
||||
-e 's/^ *//;s/ *$//'`
|
||||
|
||||
# For the build-side libraries, we just need to pretend we're native,
|
||||
|
Loading…
Reference in New Issue
Block a user