We must use both --host and --target options for recursion, because Cygnus and
authorJim Wilson <wilson@tuliptree.org>
Sun, 21 Mar 1993 20:14:04 +0000 (20:14 +0000)
committerJim Wilson <wilson@tuliptree.org>
Sun, 21 Mar 1993 20:14:04 +0000 (20:14 +0000)
FSF configure disagree about whether an unadorned machine is target or host.

ChangeLog
configure

index b51b77657cc817d57e82aa43dc0febbef8cd1924..ca828fbbc536d01e56a5d12636b4a4237a52fb4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 55b3ca879c0661c3211a07107b90c61a00e0ec69..6e7d18e101e83ccd493baefbbf77c4f0790fbd11 100755 (executable)
--- 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
This page took 0.041486 seconds and 4 git commands to generate.