diff options
author | Eric Christopher <echristo@gmail.com> | 2014-01-09 01:09:57 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-01-09 01:09:57 +0000 |
commit | b4857de1c9a588ee2acbca305201efad4634cf4b (patch) | |
tree | b394bbbcd8da5428c596f542707fb8f3140a907a /autoconf | |
parent | fd4f17f0d9efcad0604ced0f8772ffa3add3fe74 (diff) |
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.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 3d0a2b3b1b7..cf2476cde69 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]) |