Reenable these options because they break testing on sparc without them.
authorChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 21:46:03 +0000 (21:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 21:46:03 +0000 (21:46 +0000)
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

test/Makefile.tests

index 4d38c3021580b78c3df8323525cd39a87712b696..759c7dba21b02d8f2492bb57b3d23eb2419c1ce3 100644 (file)
@@ -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