mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
recognize irix[34]* instead of irix[34]
This commit is contained in:
@ -86,8 +86,8 @@ case "${host}" in
|
|||||||
m88k-motorola-m88kbcs) host_makefile_frag=config/mh-delta88;;
|
m88k-motorola-m88kbcs) host_makefile_frag=config/mh-delta88;;
|
||||||
m88k-dg-dgux*) host_makefile_frag=config/mh-dgux ;;
|
m88k-dg-dgux*) host_makefile_frag=config/mh-dgux ;;
|
||||||
mips-dec-ultrix*) host_makefile_frag=config/mh-decstation ;;
|
mips-dec-ultrix*) host_makefile_frag=config/mh-decstation ;;
|
||||||
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 ;;
|
||||||
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 ;;
|
||||||
i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
|
i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
|
||||||
|
Reference in New Issue
Block a user