mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 19:12:24 +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:
@ -25,6 +25,7 @@ mh-apollo68
|
||||
mh-decstation
|
||||
mh-delta88
|
||||
mh-dgux
|
||||
mh-irix4
|
||||
mh-sco
|
||||
mh-sysv
|
||||
mh-sysv4
|
||||
|
5
config/mh-irix4
Normal file
5
config/mh-irix4
Normal file
@ -0,0 +1,5 @@
|
||||
# Makefile changes for SGI's running IRIX-4.x.
|
||||
# Tell compiler to use K&R C. We can't compile under the SGI Ansi environment.
|
||||
CC = cc -cckr
|
||||
SYSV = -DSYSV
|
||||
RANLIB = echo >/dev/null
|
Reference in New Issue
Block a user