diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-25 22:08:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-25 22:08:52 +0000 |
commit | 0cb8977c0aad998860cccf1da7a9d80c22d2a78f (patch) | |
tree | bb6271a557c7866b0a54d91cb623588653312617 /llvm/docs/MakefileGuide.html | |
parent | c71d08bc22ae12755afb4d65bc33852e4dba7355 (diff) | |
download | bcm5719-llvm-0cb8977c0aad998860cccf1da7a9d80c22d2a78f.tar.gz bcm5719-llvm-0cb8977c0aad998860cccf1da7a9d80c22d2a78f.zip |
aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!
llvm-svn: 70082
Diffstat (limited to 'llvm/docs/MakefileGuide.html')
-rw-r--r-- | llvm/docs/MakefileGuide.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index 5f561f3a978..5e918bf0fd4 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/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> |