[llvm-commits] CVS: llvm/test/Makefile

Reid Spencer reid at x10sys.com
Sat Apr 21 14:43:35 PDT 2007



Changes in directory llvm/test:

Makefile updated: 1.101 -> 1.102
---
Log message:

Pass the LLVMGCC_LANGS variable through to Tcl.


---
Diffs of the changes:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.101 llvm/test/Makefile:1.102
--- llvm/test/Makefile:1.101	Sat Apr 21 15:39:26 2007
+++ llvm/test/Makefile	Sat Apr 21 16:43:18 2007
@@ -71,6 +71,7 @@
 	@echo '# edit the last section' >>site.tmp
 	@echo 'set target_triplet "$(TARGET_TRIPLE)"' >> site.tmp
 	@echo 'set TARGETS_TO_BUILD "$(TARGETS_TO_BUILD)"' >> site.tmp
+	@echo 'set llvmgcc_langs "$(LLVMGCC_LANGS)"' >> site.tmp
 	@echo 'set llvmgcc_version "$(LLVMGCC_VERSION)"' >> site.tmp
 	@echo 'set prcontext "$(TCLSH) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.tcl"' >> site.tmp
 	@echo 'set llvmtoolsdir "$(ToolDir)"' >>site.tmp






More information about the llvm-commits mailing list