mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-09 17:08:05 +08:00
* config.guess: Merge with FSF.
* configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
|
||||||
|
|
||||||
|
* config.guess: Merge with FSF.
|
||||||
|
* configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
|
||||||
|
|
||||||
Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||||
|
|
||||||
* configure: Since the "trap 0" handler will override the exit
|
* configure: Since the "trap 0" handler will override the exit
|
||||||
|
@ -103,7 +103,7 @@ case "${host}" in
|
|||||||
mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;;
|
mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;;
|
||||||
mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
||||||
mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
|
mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
|
||||||
i[345]86-ncr-sysv43) host_makefile_frag=config/mh-ncrsvr43 ;;
|
i[345]86-ncr-sysv4.3) host_makefile_frag=config/mh-ncrsvr43 ;;
|
||||||
i[345]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
|
i[345]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
|
||||||
i[345]86-*-sco*) host_makefile_frag=config/mh-sco ;;
|
i[345]86-*-sco*) host_makefile_frag=config/mh-sco ;;
|
||||||
i[345]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
|
i[345]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
|
||||||
|
Reference in New Issue
Block a user