aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1993-03-21 20:14:04 +0000
committerJim Wilson <wilson@tuliptree.org>1993-03-21 20:14:04 +0000
commit82aabe603dd9ad5e3704fc3b5c6c804166292763 (patch)
tree84d240fe74b9ff3490b5df57808a60bf25cbe2cf /configure
parent63cdddadd78315f4e46aacb5c59fdabd64fe5aa7 (diff)
downloadfsf-binutils-gdb-82aabe603dd9ad5e3704fc3b5c6c804166292763.zip
fsf-binutils-gdb-82aabe603dd9ad5e3704fc3b5c6c804166292763.tar.gz
fsf-binutils-gdb-82aabe603dd9ad5e3704fc3b5c6c804166292763.tar.bz2
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 55b3ca8..6e7d18e 100755
--- a/configure
+++ b/configure
@@ -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