* nlm/configure.in: ${gdb_host_cpu} defaults to ${host_cpu}.
This commit is contained in:
parent
2d91232266
commit
140b35b3e4
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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…
Reference in a new issue