Remove the test for endianness in configure.ac and regenerate.
[oota-llvm.git] / autoconf / configure.ac
index 3d0a2b3b1b78702563c4d95276fb0b5ddc394c47..cf2476cde69039562d747a19d2390385d8f2c501 100644 (file)
@@ -451,9 +451,6 @@ fi
 
 AC_SUBST(HOST_ARCH,$host_arch)
 
-dnl Check for the endianness of the target
-AC_C_BIGENDIAN(AC_SUBST([ENDIAN],[big]),AC_SUBST([ENDIAN],[little]))
-
 dnl Check for build platform executable suffix if we're cross-compiling
 if test "$cross_compiling" = yes; then
   AC_SUBST(LLVM_CROSS_COMPILING, [1])