aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1994-10-05 21:01:54 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1994-10-05 21:01:54 +0000
commit140b35b3e4447f0f1ad91e9525c0a652288d58fe (patch)
treea7093251635c957251520d3f8c6bcb5a1403c53e
parent2d91232266142dd625d962d3709e0b47d10d7545 (diff)
downloadfsf-binutils-gdb-140b35b3e4447f0f1ad91e9525c0a652288d58fe.zip
fsf-binutils-gdb-140b35b3e4447f0f1ad91e9525c0a652288d58fe.tar.gz
fsf-binutils-gdb-140b35b3e4447f0f1ad91e9525c0a652288d58fe.tar.bz2
* nlm/configure.in: ${gdb_host_cpu} defaults to ${host_cpu}.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/nlm/configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bc3cf6a..6a82bcf 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
Wed Oct 5 11:41:24 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
+ * nlm/configure.in: ${gdb_host_cpu} defaults to ${host_cpu}.
+
* nlm/Makefile.in: Get rid of NWINCLUDES.
* config/{alpha,powerpc}/gdbserve.mt: Remove NWINCLUDES.
User should now configure with --with-headers.
diff --git a/gdb/nlm/configure.in b/gdb/nlm/configure.in
index 69d10c0..4c4b4b3 100644
--- a/gdb/nlm/configure.in
+++ b/gdb/nlm/configure.in
@@ -15,7 +15,7 @@ i[345]86) gdb_host_cpu=i386 ;;
m68*) gdb_host_cpu=m68k ;;
np1) gdb_host_cpu=gould ;;
pyramid) gdb_host_cpu=pyr ;;
-*) gdb_host_cpu=$target_cpu ;;
+*) gdb_host_cpu=$host_cpu ;;
esac