summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-14 03:46:00 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-14 03:46:00 +0000
commit5b45789afd8b1c89ac9361b158ea6e498eeed9bd (patch)
tree8c8e040d1d39008db23999c24c8c078987b0385b /autoconf
parente99ebe7d0c48e23bbe0fd0e14487b39268eda646 (diff)
downloadllvm-5b45789afd8b1c89ac9361b158ea6e498eeed9bd.tar.gz
llvm-5b45789afd8b1c89ac9361b158ea6e498eeed9bd.tar.bz2
llvm-5b45789afd8b1c89ac9361b158ea6e498eeed9bd.tar.xz
llvm-gcc is dead. REALLY. IT'S DEAD JIM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index cf2476cde6..f57bbd56da 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