Browse Source

* nlm/configure.in: ${gdb_host_cpu} defaults to ${host_cpu}.

gdb-4_18-branch
J.T. Conklin 32 years ago
parent
commit
140b35b3e4
  1. 2
      gdb/ChangeLog
  2. 2
      gdb/nlm/configure.in

2
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.

2
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

Loading…
Cancel
Save