summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1997-11-05 00:30:37 +0000
committerJim Wilson <wilson@gcc.gnu.org>1997-11-04 16:30:37 -0800
commit7636d567433a0cc3ecbf07ff3c953f7d5b6088e4 (patch)
treead4fef880daea602ecd3395632672d3818586a7d /gcc/acconfig.h
parent52be7f110c09407aab78a15d36f8f11e101699c5 (diff)
downloadgcc-7636d567433a0cc3ecbf07ff3c953f7d5b6088e4.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. From-SVN: r16325
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index 5240ab8f44d..bd2acd90894 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -1,3 +1,6 @@
+/* Define if you have a working <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
/* Whether malloc must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_MALLOC