diff options
author | Stu Grossman <grossman@cygnus> | 1992-03-05 20:20:27 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-03-05 20:20:27 +0000 |
commit | 407a8389b40fa7af08cae8f1eb347c67cc2436ad (patch) | |
tree | 406cb28847fadd93989dfe892e36c65eb1dc65de /config | |
parent | d7eddc517782bf0673e4bcd15c4159ae5799a247 (diff) | |
download | gdb-407a8389b40fa7af08cae8f1eb347c67cc2436ad.zip gdb-407a8389b40fa7af08cae8f1eb347c67cc2436ad.tar.gz gdb-407a8389b40fa7af08cae8f1eb347c67cc2436ad.tar.bz2 |
* 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.
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/mh-irix4 | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index a9ce347..06719bb 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -25,6 +25,7 @@ mh-apollo68 mh-decstation mh-delta88 mh-dgux +mh-irix4 mh-sco mh-sysv mh-sysv4 diff --git a/config/mh-irix4 b/config/mh-irix4 new file mode 100644 index 0000000..a11517e --- /dev/null +++ b/config/mh-irix4 @@ -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 |