aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1995-05-16 20:21:58 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1995-05-16 20:21:58 +0000
commit0a5a18215c683aefd95ec6da746eceb36a8a66f2 (patch)
treef8271718ec2ac2ff82197c3b410d7ea05f6fe69e /gdb/configure.in
parent832338b24a45a955f733f89f56f7bab384a0c1eb (diff)
downloadgdb-0a5a18215c683aefd95ec6da746eceb36a8a66f2.zip
gdb-0a5a18215c683aefd95ec6da746eceb36a8a66f2.tar.gz
gdb-0a5a18215c683aefd95ec6da746eceb36a8a66f2.tar.bz2
* configure.in: Added INIT-CMDS argument to AC_OUTPUT which sets
gdb_host_cpu, gdb_target_cpu and nativefile. * configure: regenerated.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index fe4fac1..3764fb0 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -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
])