mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
avoid confusion with --no-recursion.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
|||||||
|
Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
|
||||||
|
avoid confusion with --no-recursion.
|
||||||
|
|
||||||
|
Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Win32 hosts shouldn't use install -x
|
||||||
|
* install-sh: remove -x option, and special .exe-handling
|
||||||
|
hack.
|
||||||
|
|
||||||
start-sanitize-beos
|
start-sanitize-beos
|
||||||
Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
|
Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
|
@ -1132,7 +1132,7 @@ fi
|
|||||||
# Record target_configdirs and the configure arguments in Makefile.
|
# Record target_configdirs and the configure arguments in Makefile.
|
||||||
target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
|
target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
|
||||||
targargs=`echo "${arguments}" | \
|
targargs=`echo "${arguments}" | \
|
||||||
sed -e 's/--norecursion//' \
|
sed -e 's/--no[^ ]*//' \
|
||||||
-e 's/--cache[a-z-]*=[^ ]*//' \
|
-e 's/--cache[a-z-]*=[^ ]*//' \
|
||||||
-e 's/--ho[a-z-]*=[^ ]*//' \
|
-e 's/--ho[a-z-]*=[^ ]*//' \
|
||||||
-e 's/--bu[a-z-]*=[^ ]*//' \
|
-e 's/--bu[a-z-]*=[^ ]*//' \
|
||||||
|
Reference in New Issue
Block a user