diff options
author | Jim Wilson <wilson@tuliptree.org> | 1996-07-09 00:32:21 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1996-07-09 00:32:21 +0000 |
commit | 7621c47728e1d53537e996eb36bc1c55aeb1936e (patch) | |
tree | 979701de8deb24657bf329b059a784daa244148d /config/mh-irix6 | |
parent | 51a35603856649797558fa369654233ca8952112 (diff) | |
download | gdb-7621c47728e1d53537e996eb36bc1c55aeb1936e.zip gdb-7621c47728e1d53537e996eb36bc1c55aeb1936e.tar.gz gdb-7621c47728e1d53537e996eb36bc1c55aeb1936e.tar.bz2 |
Add new config file for Irix 6.
Diffstat (limited to 'config/mh-irix6')
-rw-r--r-- | config/mh-irix6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/mh-irix6 b/config/mh-irix6 new file mode 100644 index 0000000..6d25c16 --- /dev/null +++ b/config/mh-irix6 @@ -0,0 +1,7 @@ +# Makefile changes for SGI's running IRIX-6.x. +SYSV = -DSYSV +RANLIB = true +# Specify the ABI, to ensure that all Irix 6 systems will behave the same. +# Also, using -32 avoids bugs that exist in the n32/n64 support in some +# versions of the SGI compiler. +CC = cc -32 |