aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-21 21:43:18 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-21 21:43:18 +0000
commit51162baae15ab57f70fc699e1382328f3b96e91b (patch)
tree1bfc7b83f295581554a1a54938c53a749fd11d85
parent0d23818dbb0db8d0e3ec28d42b28175871ed9ffa (diff)
Pass the LLVMGCC_LANGS variable through to Tcl.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36321 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 2c30ced14c..b88b192009 100644
--- a/test/Makefile
+++ b/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