This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Regenerate libjava/include/config.h.in


Noticed while testing automake 1.9.4 and committed as obvious as these were all just duplicate entries:

[libjava]
2004-12-19  Kelley Cook  <kcook@gcc.gnu.org>

* include/config.h.in: Regenerate.

--- include/config.h.in~        Tue Nov 30 21:09:32 2004
+++ include/config.h.in Sat Dec 18 21:40:13 2004
@@ -429,18 +429,6 @@
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
 #undef STACK_DIRECTION
-/* whether byteorder is bigendian */
-#undef WORDS_BIGENDIAN
-
-/* Define if the host machine stores words of multi-word integers in
-   big-endian order. */
-#undef HOST_WORDS_BIG_ENDIAN
-
-/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
-#undef BYTEORDER
-
-/* Short GCJ version ID */
-#undef GCJVERSION

 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]