forked from OSchip/llvm-project
Re-apply last (reverted) patch. Reverting doesn't solve the actual problem
and creates issues on other platforms like Cygwin and MingW. llvm-svn: 19266
This commit is contained in:
parent
c3d0ae2e48
commit
5041bdba19
|
@ -257,8 +257,8 @@ endif
|
|||
ifndef LOPT
|
||||
LOPT := $(LLVMToolDir)/opt$(EXEEXT)
|
||||
endif
|
||||
LLVMGCCWITHPATH := PATH=$(LLVMToolDir):$(PATH) $(LLVMGCC)
|
||||
LLVMGXXWITHPATH := PATH=$(LLVMToolDir):$(PATH) $(LLVMGXX)
|
||||
LLVMGCCWITHPATH := "PATH=$(LLVMToolDir):$(PATH)" $(LLVMGCC)
|
||||
LLVMGXXWITHPATH := "PATH=$(LLVMToolDir):$(PATH)" $(LLVMGXX)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Adjust to user's request
|
||||
|
|
Loading…
Reference in New Issue