aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-05-04 01:14:51 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2005-05-04 01:14:51 +0000
commit9791c75c41eb16f99b6a3e9456e823777a36d061 (patch)
tree8994305bc3d2598446ce66896886db7939946118 /gcc/config.in
parent055f6c0fdf11d9afd908f1ee562dd34dc31a2cde (diff)
downloadgcc-9791c75c41eb16f99b6a3e9456e823777a36d061.zip
gcc-9791c75c41eb16f99b6a3e9456e823777a36d061.tar.gz
gcc-9791c75c41eb16f99b6a3e9456e823777a36d061.tar.bz2
xm-m32r.h: Don't define HOST_WORDS_BIG_ENDIAN.
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. From-SVN: r99203
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/config.in b/gcc/config.in
index eae8b54..74c3e5a 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 */