summaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1997-11-05 00:30:37 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1997-11-05 00:30:37 +0000
commita3477a0e525a3e5155c81c566b61d324798d2edb (patch)
treead4fef880daea602ecd3395632672d3818586a7d /gcc/config/mips
parentec601588b9031063ee04532361342e388a841bea (diff)
downloadgcc-a3477a0e525a3e5155c81c566b61d324798d2edb.tar.gz
Fix irix5 build problem resulting from FSF merge.
* acconfig.h (HAVE_INTTYPES_H): Undef. * configure.in (inttypes.h): Check for conflicts between sys/types.h and inttypes.h, and verify that intmax_t is defined. * config/mips/x-iris (CC, OPT, OLDCC): Comment out. * config/mips/x-iris3: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16325 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/x-iris8
-rw-r--r--gcc/config/mips/x-iris38
2 files changed, 10 insertions, 6 deletions
diff --git a/gcc/config/mips/x-iris b/gcc/config/mips/x-iris
index 3d49e4c7467..0f04f099f16 100644
--- a/gcc/config/mips/x-iris
+++ b/gcc/config/mips/x-iris
@@ -9,9 +9,11 @@
# can use -O2. Down with fixed size tables!
# The -cckr is to turn off strict ANSI checking.
-CC = $(OLDCC)
-OPT = -O1
-OLDCC = cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 -cckr $(OPT)
+# These definitions are commented out because they cause trouble with
+# autoconf. It is believed that they aren't needed anymore.
+#CC = $(OLDCC)
+#OPT = -O1
+#OLDCC = cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 -cckr $(OPT)
# The bison output files are machine-indep,
# so different flags for a particular machine are not useful.
diff --git a/gcc/config/mips/x-iris3 b/gcc/config/mips/x-iris3
index d4b55dde20a..2743ab743d9 100644
--- a/gcc/config/mips/x-iris3
+++ b/gcc/config/mips/x-iris3
@@ -12,9 +12,11 @@
# the -cckr option, so, lets try without it for all versions of Irix 3.x.
# The -cckr is to turn off strict ANSI checking.
-CC = $(OLDCC)
-OPT = -O1
-OLDCC = cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 $(OPT)
+# These definitions are commented out because they cause trouble with
+# autoconf. It is believed that they aren't needed anymore.
+#CC = $(OLDCC)
+#OPT = -O1
+#OLDCC = cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 $(OPT)
# The bison output files are machine-indep,
# so different flags for a particular machine are not useful.