diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-15 00:15:18 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-15 00:15:18 +0000 |
commit | e6ac7206b9535a4d1fb77151b91285e32d72cc56 (patch) | |
tree | 1a599661b6e7cc8688d5b5a17ffff1abee2bd1e6 /config | |
parent | 8f1655af5dace5462fb71671bcd1ce6ee1b4a0d0 (diff) | |
download | gcc-e6ac7206b9535a4d1fb77151b91285e32d72cc56.tar.gz |
* config/mh-irix6 (CC): Don't set it.
* INSTALL: Give special instructions for building GCC on Irix 6.
* config/mips/x-iris6 (CC): Don't set it.
(OLDCC): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35038 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-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 6d25c16b2f4..e7926788963 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 |