aboutsummaryrefslogtreecommitdiff
path: root/gdb/nlm
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 /gdb/nlm
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}.
Diffstat (limited to 'gdb/nlm')
-rw-r--r--gdb/nlm/configure.in2
1 files changed, 1 insertions, 1 deletions
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