]> Git Repo - binutils.git/blobdiff - gas/configure
fixed a bug in multiple targets
[binutils.git] / gas / configure
index 13ebba79ad93b1d4206a38b5651b75ac761c24b1..d6b2356daa9c4e8fa270f50fca9b006e999f23d7 100755 (executable)
@@ -3,6 +3,9 @@
 # configure.in and a configure template.
 configdirs=
 
+# the debugger.
+#set -x
+
 #!/bin/sh
 
 # Configuration script template
@@ -278,6 +281,8 @@ for host in ${hosts} ; do
                defaulttargets=true
        fi
 
+       host_makefile_frag=config/hmake-${host}
+
 #### configure.in per-host parts come in here.
 
 ## end of per-host part.
@@ -286,9 +291,11 @@ for host in ${hosts} ; do
        for target in ${targets} ; do
 
                if [ -n "${verbose}" ] ; then
-                       echo "  "target=\"${target}\"
+                       echo host \= \"${host}\", target \= \"${target}\".
                fi
 
+               target_makefile_frag=config/tmake-${target}
+
 #### configure.in per-target parts come in here.
 
 # assign cpu type
@@ -481,14 +488,6 @@ links="host.h targ-cpu.c targ-cpu.h targ-env.h obj-format.h obj-format.c atof-ta
                        cat ${srcdir}/Makefile.in >> Makefile
 
                        # and shake thoroughly.
-                       if [ -z "${host_makefile_frag}" ] ; then
-                               host_makefile_frag=config/hmake-${host}
-                       fi
-
-                       if [ -z "${target_makefile_frag}" ] ; then
-                               target_makefile_frag=config/tmake-${target}
-                       fi
-
                        # Conditionalize the makefile for this host.
                        if [ -f ${srcdir}/${host_makefile_frag} ] ; then
                                sed -e "/^####/  r ${srcdir}/${host_makefile_frag}" Makefile > Makefile.tem
@@ -652,7 +651,16 @@ exit 0
 
 #
 # $Log$
-# Revision 1.10  1991/05/19 00:31:35  rich
+# Revision 1.11  1991/05/27 20:54:32  rich
+# fixed a bug in multiple targets
+#
+# Revision 1.14  1991/05/22  01:44:04  rich
+# remove gdb until config issues resolve.
+#
+# Revision 1.13  1991/05/19  08:00:09  rich
+# Added gdb.
+#
+# Revision 1.12  1991/05/19  00:32:13  rich
 # Changes to deal with missing subdirs gracefully, and changes dictated
 # from dropping configure over gdb.
 #
This page took 0.022509 seconds and 4 git commands to generate.