mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:54:41 +08:00
We must use both --host and --target options for recursion, because Cygnus and
FSF configure disagree about whether an unadorned machine is target or host.
This commit is contained in:
parent
63cdddadd7
commit
82aabe603d
@ -1,3 +1,7 @@
|
||||
Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
|
||||
|
||||
* configure: Must use both --host and --target in recursive calls.
|
||||
|
||||
Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* Makefile.in: Change deja-gnu to dejagnu.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -864,7 +864,7 @@ if [ -z "${norecursion}" -a -n "${configdirs}" ] ; then
|
||||
fi
|
||||
|
||||
### The recursion line is here.
|
||||
if eval ${recprog} ${verbose} ${host_alias} -target=${target_alias} \
|
||||
if eval ${recprog} ${verbose} --host=${host_alias} --target=${target_alias} \
|
||||
${prefixoption} ${tmpdiroption} ${exec_prefixoption} \
|
||||
${srcdiroption} ${program_prefixoption} ${program_suffixoption} ${program_transform_nameoption} ${site_option} ${withoptions} ${removing} ${redirect} ; then
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user