diff options
author | Jason Merrill <jason@redhat.com> | 2000-07-21 05:45:22 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2000-07-21 05:45:22 +0000 |
commit | 0b5e1ab5253d534e171ee047dfa14b451c1597a3 (patch) | |
tree | c0d30c829fa4ca7ca0def21a76230f8a63585bef /config/mh-irix6 | |
parent | 4d538889a84aae61cd39821ad1f617cad16de8eb (diff) | |
download | gdb-0b5e1ab5253d534e171ee047dfa14b451c1597a3.zip gdb-0b5e1ab5253d534e171ee047dfa14b451c1597a3.tar.gz gdb-0b5e1ab5253d534e171ee047dfa14b451c1597a3.tar.bz2 |
merge with gcc
Diffstat (limited to 'config/mh-irix6')
-rw-r--r-- | config/mh-irix6 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/mh-irix6 b/config/mh-irix6 index 6d25c16..e792678 100644 --- a/config/mh-irix6 +++ b/config/mh-irix6 @@ -1,7 +1,3 @@ # 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 |