diff options
author | Jim Wilson <wilson@cygnus.com> | 1997-11-05 00:30:37 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1997-11-04 16:30:37 -0800 |
commit | 7636d567433a0cc3ecbf07ff3c953f7d5b6088e4 (patch) | |
tree | ad4fef880daea602ecd3395632672d3818586a7d /gcc/acconfig.h | |
parent | 52be7f110c09407aab78a15d36f8f11e101699c5 (diff) | |
download | gcc-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.h | 3 |
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 |