[llvm-commits] CVS: llvm/test/Makefile.tests

Vikram Adve vadve at psmith.cs.uiuc.edu
Thu Sep 19 13:46:00 PDT 2002


Changes in directory llvm/test:

Makefile.tests updated: 1.40 -> 1.41

---
Log message:

Avoid Solaris-specific defines.


---
Diffs of the changes:

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.40 llvm/test/Makefile.tests:1.41
--- llvm/test/Makefile.tests:1.40	Thu Aug 29 22:27:36 2002
+++ llvm/test/Makefile.tests	Thu Sep 19 13:45:11 2002
@@ -40,11 +40,11 @@
 
 # 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)





More information about the llvm-commits mailing list