summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-01-09 01:09:57 +0000
committerEric Christopher <echristo@gmail.com>2014-01-09 01:09:57 +0000
commitb4857de1c9a588ee2acbca305201efad4634cf4b (patch)
treeb394bbbcd8da5428c596f542707fb8f3140a907a /autoconf
parentfd4f17f0d9efcad0604ced0f8772ffa3add3fe74 (diff)
downloadllvm-b4857de1c9a588ee2acbca305201efad4634cf4b.tar.gz
llvm-b4857de1c9a588ee2acbca305201efad4634cf4b.tar.bz2
llvm-b4857de1c9a588ee2acbca305201efad4634cf4b.tar.xz
Remove the test for endianness in configure.ac and regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 3d0a2b3b1b..cf2476cde6 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -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])