diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-12-02 19:35:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-12-02 19:35:47 +0000 |
commit | aab15bdb50c49811685a2e78f872d469e5e7c1a1 (patch) | |
tree | 5226f862635d60dfa7211feec19624b25d81aa56 /config | |
parent | 82d76658fb83d8d1921efcb01e4c9d028fe43b2b (diff) | |
download | gdb-aab15bdb50c49811685a2e78f872d469e5e7c1a1.zip gdb-aab15bdb50c49811685a2e78f872d469e5e7c1a1.tar.gz gdb-aab15bdb50c49811685a2e78f872d469e5e7c1a1.tar.bz2 |
New file for Irix 5 host support.
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/mh-irix5 | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 7ebce07..d3f6488 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -32,6 +32,7 @@ mh-dgux mh-hp300 mh-hpux mh-irix4 +mh-irix5 mh-linux mh-lynxos mh-ncr3000 diff --git a/config/mh-irix5 b/config/mh-irix5 new file mode 100644 index 0000000..8bd7c99 --- /dev/null +++ b/config/mh-irix5 @@ -0,0 +1,3 @@ +# Makefile changes for SGI's running IRIX-5.x. +SYSV = -DSYSV +RANLIB = true |