From 4e6598b325c0bdc6287792372e8994e8e9670ae9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 19 Sep 2002 21:46:03 +0000 Subject: Reenable these options because they break testing on sparc without them. Conditionalizing them on DISABLE_LLC means they aren't enabled under linux. llvm-svn: 3837 --- llvm/test/Makefile.tests | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'llvm/test/Makefile.tests') diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index 4d38c302158..759c7dba21b 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/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 -- cgit v1.2.1