summaryrefslogtreecommitdiff
path: root/docs/MakefileGuide.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-25 22:08:52 +0000
committerChris Lattner <sabre@nondot.org>2009-04-25 22:08:52 +0000
commit069429062d15a020047a3e52680822709aeb6d51 (patch)
treec3e0295acf9d6cbcb4d3cacd3cb683cf75ba839b /docs/MakefileGuide.html
parent040f758e3abc75bdf6ddb1ce7bea1e1ed1293ccf (diff)
downloadllvm-069429062d15a020047a3e52680822709aeb6d51.tar.gz
llvm-069429062d15a020047a3e52680822709aeb6d51.tar.bz2
llvm-069429062d15a020047a3e52680822709aeb6d51.tar.xz
aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MakefileGuide.html')
-rw-r--r--docs/MakefileGuide.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html
index 5f561f3a97..5e918bf0fd 100644
--- a/docs/MakefileGuide.html
+++ b/docs/MakefileGuide.html
@@ -841,6 +841,8 @@
<dt><a name="MKDIR"><tt>MKDIR</tt></a><small>(defaulted)</small></dt>
<dd>Specifies the path to the <tt>mkdir</tt> tool that creates
directories.</dd>
+ <dt><a name="ONLY_TOOLS"><tt>ONLY_TOOLS</tt></a></dt>
+ <dd>If set, specifies the list of tools to build.</dd>
<dt><a name="PLATFORMSTRIPOPTS"><tt>PLATFORMSTRIPOPTS</tt></a></dt>
<dd>The options to provide to the linker to specify that a stripped (no
symbols) executable should be built.</dd>