aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-05-04 01:14:51 +0000
committerKelley Cook <kcook@gcc.gnu.org>2005-05-04 01:14:51 +0000
commit4ff8c20385f8d282a858665e9d18ffa672576a20 (patch)
tree8994305bc3d2598446ce66896886db7939946118 /gcc/config.in
parent1f534cd4ee1ef86bc95aae00297efe3acb47d5bb (diff)
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: https://gcc.gnu.org/svn/gcc/trunk@99203 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 */