Skip to content

Commit

Permalink
Remove the test for endianness in configure.ac and regenerate.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198825 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Jan 9, 2014
1 parent fd4f17f commit b4857de
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 973 deletions.
3 changes: 0 additions & 3 deletions autoconf/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
Loading

0 comments on commit b4857de

Please sign in to comment.