From: J.T. Conklin Date: Wed, 5 Oct 1994 21:01:54 +0000 (+0000) Subject: * nlm/configure.in: ${gdb_host_cpu} defaults to ${host_cpu}. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=140b35b3e4447f0f1ad91e9525c0a652288d58fe;p=binutils-gdb.git * nlm/configure.in: ${gdb_host_cpu} defaults to ${host_cpu}. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bc3cf6a5f46..6a82bcf24f5 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 69d10c0b92e..4c4b4b35a1f 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