diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-05-07 01:08:27 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-05-07 01:08:27 +0000 |
commit | fbc1bc098d2e57f28a030ba1880adfbfa29ceca8 (patch) | |
tree | ba622dba81a5cab0d07d3ba397b8ce4ace92a052 /libiberty/config.in | |
parent | f9c8747643609a4469b59a796887ba7663c87b51 (diff) | |
download | gcc-fbc1bc098d2e57f28a030ba1880adfbfa29ceca8.tar.gz |
configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
2005-05-06 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
* aclocal.m4: Don't include accross.m4.
* configure, config.in: Regenerate.
From-SVN: r99343
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 1d8414bd402..82643b7c32d 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -1,8 +1,5 @@ /* config.in. Generated from configure.ac by autoheader. */ -/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ -#undef BYTEORDER - /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ #undef CRAY_STACKSEG_END @@ -343,10 +340,6 @@ /* Define to 1 if you have the `__fsetlocking' function. */ #undef HAVE___FSETLOCKING -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#undef HOST_WORDS_BIG_ENDIAN - /* Define if canonicalize_file_name is not declared in system header files. */ #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME @@ -389,7 +382,8 @@ /* Define to an unsigned 64-bit type available in the compiler. */ #undef UNSIGNED_64BIT_TYPE -/* whether byteorder is bigendian */ +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define to empty if `const' does not conform to ANSI C. */ |