[llvm-commits] CVS: llvm/test/Makefile.tests
Chris Lattner
lattner at apoc.cs.uiuc.edu
Thu Sep 19 16:46:01 PDT 2002
Changes in directory llvm/test:
Makefile.tests updated: 1.43 -> 1.44
---
Log message:
Reenable these options because they break testing on sparc without them.
Conditionalizing them on DISABLE_LLC means they aren't enabled under linux.
---
Diffs of the changes:
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.43 llvm/test/Makefile.tests:1.44
--- llvm/test/Makefile.tests:1.43 Thu Sep 19 14:22:30 2002
+++ llvm/test/Makefile.tests Thu Sep 19 16:46:03 2002
@@ -40,11 +40,14 @@
# 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)
More information about the llvm-commits
mailing list