mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 23:56:39 +00:00
* config.guess: Add SINIX support.
* configure.in: Add mips-*-sysv4* support.
This commit is contained in:
parent
38d693ff69
commit
49ad26c236
@ -1,3 +1,8 @@
|
|||||||
|
Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
|
* config.guess: Add SINIX support.
|
||||||
|
* configure.in: Add mips-*-sysv4* support.
|
||||||
|
|
||||||
Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
|
Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
|
||||||
|
|
||||||
* build-all.mk: Document all useful targets.
|
* build-all.mk: Document all useful targets.
|
||||||
|
@ -91,6 +91,7 @@ case "${host}" in
|
|||||||
mips*-sgi-irix5*) host_makefile_frag=config/mh-irix5 ;;
|
mips*-sgi-irix5*) host_makefile_frag=config/mh-irix5 ;;
|
||||||
mips*-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;;
|
mips*-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;;
|
||||||
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*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
|
mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
|
||||||
i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
|
i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
|
||||||
i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;;
|
i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user