aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 6293946..630bacf 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -31,9 +31,9 @@ endif
.PRECIOUS: Output/%.llvm
ifdef ENABLE_OPTIMIZED
-TOOLS = $(BUILD_ROOT_TOP)/tools/Release
+TOOLS = $(BUILD_OBJ_ROOT)/tools/Release
else
-TOOLS = $(BUILD_ROOT_TOP)/tools/Debug
+TOOLS = $(BUILD_OBJ_ROOT)/tools/Debug
endif
# LLVM Tool Definitions...
@@ -60,7 +60,7 @@ FAILURE = $(LEVEL)/test/Failure.sh
TESTRUNR = $(LEVEL)/test/TestRunner.sh
# Native Tool Definitions
-NATGCC = /usr/dcs/software/supported/bin/gcc
+NATGCC = $(CC)
CP = /bin/cp -f
## If TRACE or TRACEM is "yes", set the appropriate llc flag (-trace or -tracem)