mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:39:47 +00:00
Just _EXTEND_ the current path. Don't replace it. Replacing it makes it
impossible for scripts to find user tools like sed. llvm-svn: 6731
This commit is contained in:
parent
91ada7bbb3
commit
f95aa99702
@ -53,7 +53,7 @@ LCCFLAGS += -O2 -Wall
|
||||
LCXXFLAGS += -O2 -Wall
|
||||
LLCFLAGS =
|
||||
FAILURE = $(LEVEL)/test/Failure.sh
|
||||
TESTRUNR = PATH=$(LLVMTOOLCURRENT) $(LEVEL)/test/TestRunner.sh
|
||||
TESTRUNR = PATH=$(PATH):$(LLVMTOOLCURRENT) $(LEVEL)/test/TestRunner.sh
|
||||
|
||||
# Native Tool Definitions
|
||||
NATGCC = $(CC)
|
||||
|
Loading…
Reference in New Issue
Block a user