From 140b35b3e4447f0f1ad91e9525c0a652288d58fe Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Wed, 5 Oct 1994 21:01:54 +0000 Subject: * nlm/configure.in: ${gdb_host_cpu} defaults to ${host_cpu}. --- gdb/nlm/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/nlm') 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 -- cgit v1.1