summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-11 20:41:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-11 20:41:06 +0000
commit6fd98ae7ef051042ccd3a22b847ece6d432fea01 (patch)
tree4e5bb0c7b2c0f5935874beac3ec524bf9bf873a2 /Makefile.rules
parent7b8c2f8587763e0a8ce48f9b7b67287930129c8d (diff)
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
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