diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-21 21:43:18 +0000 | 
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-21 21:43:18 +0000 | 
| commit | c7f2005d45943256a3373b1a9a2d955dd3d8b465 (patch) | |
| tree | 2e15d0a87f601103afc6d32229fd81179f9b22f5 | |
| parent | 70d59be2d38ee0ff64c9d45344b80fcfc85255fe (diff) | |
| download | bcm5719-llvm-c7f2005d45943256a3373b1a9a2d955dd3d8b465.tar.gz bcm5719-llvm-c7f2005d45943256a3373b1a9a2d955dd3d8b465.zip  | |
Pass the LLVMGCC_LANGS variable through to Tcl.
llvm-svn: 36321
| -rw-r--r-- | llvm/test/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile index 2c30ced14ca..b88b1920097 100644 --- a/llvm/test/Makefile +++ b/llvm/test/Makefile @@ -71,6 +71,7 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config  	@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  | 

