Pass the LLVMGCC_LANGS variable through to Tcl.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 21 Apr 2007 21:43:18 +0000 (21:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 21 Apr 2007 21:43:18 +0000 (21:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36321 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 2c30ced14ca1590453e2f39a1c20dd425330cb39..b88b1920097eb2faeef2adc17d30b99670bd37a6 100644 (file)
@@ -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