Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path.

llvm-svn: 81669
This commit is contained in:
Daniel Dunbar 2009-09-13 02:45:57 +00:00
parent 5e2de9fe00
commit c2e87ad47a
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,7 @@ endif
ifneq ($(RUNTEST),)
check-local:: site.exp
( $(ULIMIT) \
PATH="$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
PATH="$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(LLVMGCCDIR)/bin:$(PATH)" \
$(RUNTEST) $(RUNTESTFLAGS) )
else
check-local:: site.exp
@ -78,6 +78,7 @@ check-local-lit:: lit.site.cfg
$(LLVM_SRC_ROOT)/utils/lit/lit.py \
--path "$(LLVMToolDir)" \
--path "$(LLVM_SRC_ROOT)/test/Scripts" \
--path "$(LLVMGCCDIR)/bin" \
$(LIT_ARGS) $(LIT_TESTSUITE) )
ifdef TESTONE