* configure.in: Added INIT-CMDS argument to AC_OUTPUT which sets
authorJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 16 May 1995 20:21:58 +0000 (20:21 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 16 May 1995 20:21:58 +0000 (20:21 +0000)
  gdb_host_cpu, gdb_target_cpu and nativefile.
* configure: regenerated.

gdb/ChangeLog
gdb/configure
gdb/configure.in

index 85adff5ea5872d21be38ec410e11d4bb38995161..51eae308e98391aefc710020b0152015b339e76c 100644 (file)
@@ -1,3 +1,9 @@
+Tue May 16 13:16:06 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in: Added INIT-CMDS argument to AC_OUTPUT which sets
+         gdb_host_cpu, gdb_target_cpu and nativefile.
+       * configure: regenerated.
+
 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * mdebugread.c (parse_symbol):  Do not relocate stBlock/scText
index bc449233e5605bcf74a4900592fa81e819dc9320..638fd5d6f4d79fdceb6cdc2342b9357d3ba68634 100755 (executable)
@@ -1892,7 +1892,6 @@ else
 configdirs=`echo $configdirs | sed 's/gdbserver//'`
 fi
 
-
 # If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile
 # (NAT_FILE) is not set in config/*/*.m[ht] files, we don't make the
 # corresponding links.  But we have to remove the xm.h files and tm.h
@@ -2193,7 +2192,15 @@ while test -n "$ac_sources"; do
     { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
   fi
 done
+EOF
+cat >> $CONFIG_STATUS <<EOF
 
+gdb_host_cpu=$gdb_host_cpu
+gdb_target_cpu=$gdb_target_cpu
+nativefile=$nativefile
+
+EOF
+cat >> $CONFIG_STATUS <<\EOF
 
 if test "${nativefile}" = ""; then
 sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \
index fe4fac16d778774ee13692167d75092664506d60..3764fb0c122a47cc1573f1d02a3c0c186cfeb1ff 100644 (file)
@@ -450,7 +450,6 @@ else
 configdirs=`echo $configdirs | sed 's/gdbserver//'`
 fi
 
-
 # If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile
 # (NAT_FILE) is not set in config/*/*.m[ht] files, we don't make the
 # corresponding links.  But we have to remove the xm.h files and tm.h
@@ -515,4 +514,9 @@ case ${srcdir} in
 grep "source ${srcdir}/.gdbinit" .gdbinit >/dev/null 2>/dev/null || \
 echo "source ${srcdir}/.gdbinit" >> .gdbinit
 esac
+],
+[
+gdb_host_cpu=$gdb_host_cpu
+gdb_target_cpu=$gdb_target_cpu
+nativefile=$nativefile
 ])