[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Thu Apr 6 15:22:21 PDT 2006
Changes in directory llvm/test:
Makefile updated: 1.84 -> 1.85
---
Log message:
Add the variable llvmgccmajvers to the site.exp file. This will contain
the major version number of llvm-gcc, as configured.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.84 llvm/test/Makefile:1.85
--- llvm/test/Makefile:1.84 Tue Jul 12 19:35:12 2005
+++ llvm/test/Makefile Thu Apr 6 17:22:08 2006
@@ -46,6 +46,7 @@
@echo "set objdir $(LLVM_OBJ_ROOT)/test" >>site.tmp
@echo 'set llvmgcc "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
@echo 'set llvmgxx "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
+ @echo 'set llvmgccmajvers "$(LLVMGCC_MAJVERS)"' >> site.tmp
@echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp
@test ! -f site.exp || \
sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
More information about the llvm-commits
mailing list