aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.tests11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 4d38c30215..759c7dba21 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -40,12 +40,15 @@ TESTRUNR = $(LEVEL)/test/TestRunner.sh
# Native Tool Definitions
NATGCC = /usr/dcs/software/supported/bin/gcc
-## CC = /opt/SUNWspro/bin/cc
-## AS = /opt/SUNWspro/bin/cc
-## DIS = /usr/ccs/bin/dis
-## CFLAGS += -g -xarch=v9
CP = /bin/cp -f
+ifndef DISABLE_LLC
+CC = /opt/SUNWspro/bin/cc
+AS = /opt/SUNWspro/bin/cc
+DIS = /usr/ccs/bin/dis
+CFLAGS += -g -xarch=v9
+endif
+
ifeq ($(TRACE), yes)
LLCFLAGS += -trace basicblock