Add the TARGETS_TO_BUILD variable.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 21 Apr 2007 20:39:26 +0000 (20:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 21 Apr 2007 20:39:26 +0000 (20:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36313 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 14f9dad2d61d8798cafbd9a4dc03f62709aa8019..2c30ced14ca1590453e2f39a1c20dd425330cb39 100644 (file)
@@ -70,6 +70,7 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
        @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_version "$(LLVMGCC_VERSION)"' >> site.tmp
        @echo 'set prcontext "$(TCLSH) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.tcl"' >> site.tmp
        @echo 'set llvmtoolsdir "$(ToolDir)"' >>site.tmp