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:
Reid Spencer 2005-01-03 04:04:54 +00:00
parent c3d0ae2e48
commit 5041bdba19
1 changed files with 2 additions and 2 deletions

View File

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