diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-04 01:14:51 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-04 01:14:51 +0000 |
commit | fd15895973887c7d54aaeef472c2eb28c319d5c0 (patch) | |
tree | 8994305bc3d2598446ce66896886db7939946118 /gcc/config.in | |
parent | 1af3e8b51d6be7a46d1366d0dceb0adaf3609230 (diff) | |
download | gcc-fd15895973887c7d54aaeef472c2eb28c319d5c0.tar.gz |
2005-05-04 Kelley Cook <kcook@gcc.gnu.org>
* config/m32r/xm-m32r.h: Don't define HOST_WORDS_BIG_ENDIAN.
* config/m32r/xm-linux.h: Don't undefine HOST_WORDS_BIG_ENDIAN.
* mips-tfile.c: Use WORDS_BIG_ENDIAN instead of HOST_WORDS_BIG_ENDIAN.
* aclocal.m4: Don't include accross.m4.
* configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
* configure, config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99203 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/config.in b/gcc/config.in index eae8b5465c1..74c3e5a5fca 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,8 +1,5 @@ /* config.in. Generated from configure.ac by autoheader. */ -/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ -#undef BYTEORDER - /* Define as the number of bits in a byte, if \`limits.h' doesn't. */ #undef CHAR_BIT @@ -609,10 +606,6 @@ /* Define if your compiler supports the \`__int64' type. */ #undef HAVE___INT64 -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#undef HOST_WORDS_BIG_ENDIAN - /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST @@ -686,7 +679,8 @@ The default is the GCC version number. */ #undef WIN32_REGISTRY_KEY -/* 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 /* Always define this when using the GNU C Library */ |