From: Daniel Dunbar Date: Fri, 11 Nov 2011 20:41:06 +0000 (+0000) Subject: build/Make: Switch back to llvm-config for now, I foolishly forgot to think X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6fd98ae7ef051042ccd3a22b847ece6d432fea01;p=oota-llvm.git build/Make: Switch back to llvm-config for now, I foolishly forgot to think about cross compiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144406 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index b7edfbaeaad..6b68cf2c6b8 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -516,7 +516,7 @@ ifndef LLVM_TBLGEN LLVM_TBLGEN := $(LLVMToolDir)/llvm-tblgen$(EXEEXT) endif endif -LLVM_CONFIG := $(LLVMToolDir)/llvm-config-2$(EXEEXT) +LLVM_CONFIG := $(LLVMToolDir)/llvm-config ifndef LLVMLD LLVMLD := $(LLVMToolDir)/llvm-ld$(EXEEXT) endif