1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

build/Make: Switch back to llvm-config for now, I foolishly forgot to think

about cross compiles.

llvm-svn: 144406
This commit is contained in:
Daniel Dunbar 2011-11-11 20:41:06 +00:00
parent 98ef58406c
commit c5bcc009e1

View File

@ -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