summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
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])