X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=autoconf%2Fconfigure.ac;h=f57bbd56daa573acbda539633374586e56c25441;hb=5b45789afd8b1c89ac9361b158ea6e498eeed9bd;hp=3d0a2b3b1b78702563c4d95276fb0b5ddc394c47;hpb=0cc6c9b3d9abc5c5a901bfa5a039b436a3c14018;p=oota-llvm.git diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 3d0a2b3b1b7..f57bbd56daa 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -66,8 +66,8 @@ dnl instead of the autoconf default (for example, '-g -O2' for CC=gcc). dnl We need to check for the compiler up here to avoid anything else dnl starting with a different one. -AC_PROG_CC(clang llvm-gcc gcc) -AC_PROG_CXX(clang++ llvm-g++ g++) +AC_PROG_CC(clang gcc) +AC_PROG_CXX(clang++ g++) AC_PROG_CPP dnl If CXX is Clang, check that it can find and parse C++ standard library @@ -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])