summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-19 21:46:03 +0000
committerChris Lattner <sabre@nondot.org>2002-09-19 21:46:03 +0000
commit3aaff7eebd293bf1b409d2b8ab03da4658839df8 (patch)
tree0d7263253b13a58b9f6ab2b8ff420de22178d8da /test/Makefile.tests
parent2ad319c3ba38b3fa6e3798b0751a8301e45c1314 (diff)
downloadllvm-3aaff7eebd293bf1b409d2b8ab03da4658839df8.tar.gz
llvm-3aaff7eebd293bf1b409d2b8ab03da4658839df8.tar.bz2
llvm-3aaff7eebd293bf1b409d2b8ab03da4658839df8.tar.xz
Reenable these options because they break testing on sparc without them.
Conditionalizing them on DISABLE_LLC means they aren't enabled under linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-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