mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
|||||||
|
Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
|
||||||
|
|
||||||
|
start-sanitize-d10v
|
||||||
|
Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
* config.sub (basic_machine): Recognize d10v as a valid processor.
|
||||||
|
end-sanitize-d10v
|
||||||
|
|
||||||
Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
|
Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
* mpw-configure: Add support for --bindir.
|
* mpw-configure: Add support for --bindir.
|
||||||
|
@ -121,7 +121,8 @@ case "${host}" in
|
|||||||
m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;;
|
m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;;
|
||||||
mips*-dec-ultrix*) host_makefile_frag=config/mh-decstation ;;
|
mips*-dec-ultrix*) host_makefile_frag=config/mh-decstation ;;
|
||||||
mips*-nec-sysv4*) host_makefile_frag=config/mh-necv4 ;;
|
mips*-nec-sysv4*) host_makefile_frag=config/mh-necv4 ;;
|
||||||
mips*-sgi-irix[56]*) host_makefile_frag=config/mh-irix5 ;;
|
mips*-sgi-irix6*) host_makefile_frag=config/mh-irix6 ;;
|
||||||
|
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*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
||||||
|
Reference in New Issue
Block a user