[llvm-commits] CVS: llvm/include/Config/config.h.in
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jan 15 00:23:01 PST 2004
Changes in directory llvm/include/Config:
config.h.in updated: 1.9 -> 1.10
---
Log message:
Remove configure support for endianness checking, the need for which
Chris has helpfully expunged.
---
Diffs of the changes: (+0 -6)
Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.9 llvm/include/Config/config.h.in:1.10
--- llvm/include/Config/config.h.in:1.9 Tue Jan 13 01:09:57 2004
+++ llvm/include/Config/config.h.in Thu Jan 15 00:22:32 2004
@@ -8,12 +8,6 @@
/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA
-/* Define if the machine is Big-Endian */
-#undef ENDIAN_BIG
-
-/* Define if the machine is Little-Endian */
-#undef ENDIAN_LITTLE
-
/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA
More information about the llvm-commits
mailing list