From c1a5301fa688bcccd0aca6b72fe1e1b2fd70fce9 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Thu, 19 Sep 2002 18:45:11 +0000 Subject: [PATCH] Avoid Solaris-specific defines. llvm-svn: 3823 --- llvm/test/Makefile.tests | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index c5f159152798..9d321ea58542 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/test/Makefile.tests @@ -40,11 +40,11 @@ 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 +## CC = /opt/SUNWspro/bin/cc +## AS = /opt/SUNWspro/bin/cc +## DIS = /usr/ccs/bin/dis +## CFLAGS += -g -xarch=v9 CP = /bin/cp -f -CFLAGS += -g -xarch=v9 ifeq ($(TRACE), yes)