]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* nlm/configure.in: ${gdb_host_cpu} defaults to ${host_cpu}.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 5 Oct 1994 21:01:54 +0000 (21:01 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 5 Oct 1994 21:01:54 +0000 (21:01 +0000)
gdb/ChangeLog
gdb/nlm/configure.in

index bc3cf6a5f46d527cb70826a7809bb0f58bdcbae4..6a82bcf24f57cb691cdc65d5f3d8f99b22835e27 100644 (file)
@@ -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.
index 69d10c0b92e9dd45572088ec9d7c75d4f57bb81d..4c4b4b35a1f75453cd9b35a36ea033a43cb0445b 100644 (file)
@@ -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