diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-21 20:39:26 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-21 20:39:26 +0000 |
commit | e5190d28515c48c5f4dbe34fc5a59fe8df3100e9 (patch) | |
tree | 60578ee646aa4bb62a517ec30fdb83574148435c /test/Makefile | |
parent | 4e9471d3d9c6a478a1e6203e46a2b273b7e732b9 (diff) | |
download | external_llvm-e5190d28515c48c5f4dbe34fc5a59fe8df3100e9.zip external_llvm-e5190d28515c48c5f4dbe34fc5a59fe8df3100e9.tar.gz external_llvm-e5190d28515c48c5f4dbe34fc5a59fe8df3100e9.tar.bz2 |
Add the TARGETS_TO_BUILD variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 14f9dad..2c30ced 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 |