diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-05 00:30:37 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-05 00:30:37 +0000 |
commit | a3477a0e525a3e5155c81c566b61d324798d2edb (patch) | |
tree | ad4fef880daea602ecd3395632672d3818586a7d /gcc/acconfig.h | |
parent | ec601588b9031063ee04532361342e388a841bea (diff) | |
download | gcc-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/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 |