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/config.in | |
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/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in index f7abfb933dd..1244b76114e 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,4 +1,7 @@ /* config.in. Generated automatically from configure.in by autoheader. */ +/* 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 @@ -23,9 +26,6 @@ /* Define if you have the strtoul function. */ #undef HAVE_STRTOUL -/* Define if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H |