diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 973b7e79acd..4eb97ad52c8 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -317,6 +317,19 @@ /* The number of bytes in type __int64 */ #undef SIZEOF___INT64 +/* Define if the host execution character set is EBCDIC. */ +#undef HOST_EBCDIC + +/* Define to the floating point format of the host machine, if not IEEE. */ +#undef HOST_FLOAT_FORMAT + +/* Define to 1 if the host machine stores floating point numbers in + memory with the word containing the sign bit at the lowest address. + + This macro need not be defined if the ordering is the same as for + multi-word integers. */ +#undef HOST_FLOAT_WORDS_BIG_ENDIAN + /* Always define this when using the GNU C Library */ #undef _GNU_SOURCE @@ -326,6 +339,10 @@ /* Define as the number of bits in a byte, if `limits.h' doesn't. */ #undef CHAR_BIT +/* Define if the host machine stores words of multi-word integers in + big-endian order. */ +#undef HOST_WORDS_BIG_ENDIAN + /* Define if you have a working <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |