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

Chris Lattner lattner at cs.uiuc.edu
Sun Sep 21 13:47:01 PDT 2003


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

Makefile.spec updated: 1.17 -> 1.18

---
Log message:

Add explicit -I for the eon benchmark, which #includes it's own header
files with <>.  *sigh*


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.17 llvm/test/Programs/External/SPEC/Makefile.spec:1.18
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.17	Thu Sep 11 13:04:28 2003
+++ llvm/test/Programs/External/SPEC/Makefile.spec	Sun Sep 21 13:46:27 2003
@@ -49,7 +49,7 @@
 LCCFLAGS  := -O2
 LCXXFLAGS := -O2
 
-CPPFLAGS += -DSPEC_CPU2000
+CPPFLAGS += -DSPEC_CPU2000 -I $(SPEC_BENCH_DIR)/src/
 SPEC_SANDBOX := $(LLVM_SRC_ROOT)/test/Programs/External/SPEC/Sandbox.sh
 
 # Information about testing the program...





More information about the llvm-commits mailing list