mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
* config.sub configure.in config/.Sanitize config/mh-irix4
gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
This commit is contained in:
@ -14,7 +14,8 @@ srcname="gnu development package"
|
||||
case "${host_os}" in
|
||||
m88kbcs) host_makefile_frag=config/mh-delta88;;
|
||||
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
||||
sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
|
||||
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
|
||||
irix4) host_makefile_frag=config/mh-irix4 ;;
|
||||
ultrix*)
|
||||
case "${host_cpu}" in
|
||||
mips) host_makefile_frag=config/mh-decstation ;;
|
||||
|
Reference in New Issue
Block a user