[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec

Chris Lattner lattner at cs.uiuc.edu
Sat Aug 23 11:05:02 PDT 2003


Changes in directory llvm/test/Programs/External/SPEC:

Makefile.spec updated: 1.15 -> 1.16

---
Log message:

Shut a bunch of warnings up


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.15 llvm/test/Programs/External/SPEC/Makefile.spec:1.16
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.15	Mon Jul 21 15:06:17 2003
+++ llvm/test/Programs/External/SPEC/Makefile.spec	Sat Aug 23 11:04:31 2003
@@ -45,6 +45,10 @@
 
 include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
 
+# Do not pass -Wall to compile commands...
+LCCFLAGS  := -O2
+LCXXFLAGS := -O2
+
 CPPFLAGS += -DSPEC_CPU2000
 SPEC_SANDBOX := $(LEVEL)/test/Programs/External/SPEC/Sandbox.sh
 





More information about the llvm-commits mailing list