mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-10 01:15:10 +08:00
* configure.in: Use mh-ncrsvr43. Patch from
Tom McConnell <tmcconne@sedona.intel.com>.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||
|
||||
* configure.in: Use mh-ncrsvr43. Patch from
|
||||
Tom McConnell <tmcconne@sedona.intel.com>.
|
||||
|
||||
Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||
|
||||
* config.guess (i386-unknown-bsdi): No longer need to
|
||||
|
@ -98,6 +98,7 @@ case "${host}" in
|
||||
mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;;
|
||||
mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
||||
mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
|
||||
i[34]86-ncr-sysv43) host_makefile_frag=config/mh-ncrsvr43 ;;
|
||||
i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
|
||||
i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;;
|
||||
i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
|
||||
|
Reference in New Issue
Block a user