From b4dd3c68403d12fc640fed96be7652373267681b Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 14 Jan 2014 03:46:00 +0000 Subject: llvm-gcc is dead. REALLY. IT'S DEAD JIM. llvm-svn: 199178 --- llvm/autoconf/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/autoconf/configure.ac') diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index cf2476cde69..f57bbd56daa 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/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 -- cgit v1.2.3