[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec.config
Chris Lattner
sabre at nondot.org
Wed Nov 29 11:01:15 PST 2006
Changes in directory llvm-test/External/SPEC:
Makefile.spec.config updated: 1.2 -> 1.3
---
Log message:
fix spec2k6. Patch by Reid, thanks!
---
Diffs of the changes: (+3 -1)
Makefile.spec.config | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm-test/External/SPEC/Makefile.spec.config
diff -u llvm-test/External/SPEC/Makefile.spec.config:1.2 llvm-test/External/SPEC/Makefile.spec.config:1.3
--- llvm-test/External/SPEC/Makefile.spec.config:1.2 Tue Nov 28 18:53:46 2006
+++ llvm-test/External/SPEC/Makefile.spec.config Wed Nov 29 13:01:00 2006
@@ -27,10 +27,12 @@
## something else.
ifndef SPEC_SUBDIR
+ifndef SPEC_SUITEDIR
SPEC_SUBDIR := $(subst $(shell cd ../..; pwd),,$(CURRENT_DIR))
SPEC_SUBDIR := $(patsubst /%,%,$(SPEC_SUBDIR))
else
-SPEC_SUBDIR := $(SPEC_SUBDIR)/$(BENCH_NAME)
+SPEC_SUBDIR := $(SPEC_SUITEDIR)/$(BENCH_NAME)
+endif
endif
ifndef SPEC_BENCH_DIR
More information about the llvm-commits
mailing list