mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 22:50:55 +00:00
Re-apply last (reverted) patch. Reverting doesn't solve the actual problem
and creates issues on other platforms like Cygwin and MingW. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
22e7eddcd6
commit
140935a5a1
@ -257,8 +257,8 @@ endif
|
|||||||
ifndef LOPT
|
ifndef LOPT
|
||||||
LOPT := $(LLVMToolDir)/opt$(EXEEXT)
|
LOPT := $(LLVMToolDir)/opt$(EXEEXT)
|
||||||
endif
|
endif
|
||||||
LLVMGCCWITHPATH := PATH=$(LLVMToolDir):$(PATH) $(LLVMGCC)
|
LLVMGCCWITHPATH := "PATH=$(LLVMToolDir):$(PATH)" $(LLVMGCC)
|
||||||
LLVMGXXWITHPATH := PATH=$(LLVMToolDir):$(PATH) $(LLVMGXX)
|
LLVMGXXWITHPATH := "PATH=$(LLVMToolDir):$(PATH)" $(LLVMGXX)
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Adjust to user's request
|
# Adjust to user's request
|
||||||
|
Loading…
Reference in New Issue
Block a user