[llvm-commits] CVS: llvm/autoconf/configure.ac

Brian Gaeke gaeke at cs.uiuc.edu
Thu Jan 15 00:23:21 PST 2004


Changes in directory llvm/autoconf:

configure.ac updated: 1.64 -> 1.65

---
Log message:

Remove configure support for endianness checking, the need for which 
Chris has helpfully expunged.


---
Diffs of the changes:  (+0 -3)

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.64 llvm/autoconf/configure.ac:1.65
--- llvm/autoconf/configure.ac:1.64	Tue Jan 13 00:43:16 2004
+++ llvm/autoconf/configure.ac	Thu Jan 15 00:22:34 2004
@@ -224,9 +224,6 @@
 dnl Checks for POSIX and other various system-specific header files
 AC_CHECK_HEADERS(fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h)
 
-dnl Check for machine endian-ness
-AC_C_BIGENDIAN(AC_DEFINE([ENDIAN_BIG],[],[Define if the machine is Big-Endian]),AC_DEFINE([ENDIAN_LITTLE],[],[Define if the machine is Little-Endian]))
-
 dnl Check for types
 AC_TYPE_PID_T
 AC_TYPE_SIZE_T





More information about the llvm-commits mailing list