summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-21 20:39:26 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-21 20:39:26 +0000
commitb39d96e59c62526d8532ee5e5094be4d23a65f76 (patch)
tree295863ec88245c83e62780996c759961bbfa2f61
parent12347e05f66b5366f6af3dc8e1dc6bc6d6f8d109 (diff)
downloadbcm5719-llvm-b39d96e59c62526d8532ee5e5094be4d23a65f76.tar.gz
bcm5719-llvm-b39d96e59c62526d8532ee5e5094be4d23a65f76.zip
Add the TARGETS_TO_BUILD variable.
llvm-svn: 36313
-rw-r--r--llvm/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 14f9dad2d61..2c30ced14ca 100644
--- a/llvm/test/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud