[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 20 18:34:00 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC:
Makefile.spec updated: 1.11 -> 1.12
---
Log message:
Set CPPFLAGS not CFLAGS
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.11 llvm/test/Programs/External/SPEC/Makefile.spec:1.12
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.11 Fri Jun 20 15:42:46 2003
+++ llvm/test/Programs/External/SPEC/Makefile.spec Fri Jun 20 18:32:02 2003
@@ -45,9 +45,7 @@
include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
-LCCFLAGS := -DSPEC_CPU2000 -O2
-CFLAGS := -DSPEC_CPU2000 -O2
-
+CPPFLAGS += -DSPEC_CPU2000
SPEC_SANDBOX := $(LEVEL)/test/Programs/External/SPEC/Sandbox.sh
# Information about testing the program...
More information about the llvm-commits
mailing list