mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Don't quote the PATH variable value just in case it has spaces in it, as
it breaks "gmake check". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10197ff5cd
commit
22e7eddcd6
@ -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
Block a user