Recognize new ncr3000 config.
This commit is contained in:
parent
5435f92798
commit
6e706950c3
2 changed files with 13 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
Fri Apr 10 22:41:03 1992 Fred Fish (fnf@cygnus.com)
|
||||
|
||||
* configure.in: Recognize new ncr3000 config.
|
||||
* config/ncr3000.mh: New config file.
|
||||
|
||||
Fri Apr 10 08:30:58 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
GDB-4.5 release!
|
||||
|
||||
* README: Update for release.
|
||||
* Makefile.in: Update version to 4.5.
|
||||
* WHATS.NEW: The obvious.
|
||||
|
||||
|
|
|
@ -99,6 +99,11 @@ i386)
|
|||
sun) gdb_host=sun386 ;;
|
||||
sco) gdb_host=i386sco ;;
|
||||
sequent) gdb_host=symmetry ;;
|
||||
ncr)
|
||||
case "${host_os}" in
|
||||
sysv4*) gdb_host=ncr3000 ;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
case "${host_os}" in
|
||||
sysv32) gdb_host=i386v32 ;;
|
||||
|
|
Loading…
Reference in a new issue