summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-08-14 22:13:33 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-08-14 22:13:33 +0000
commit9b5bdf92166f54269a17b6bf3f0c891b5f357d43 (patch)
treeeada93be92c752817a810720caf7873f9f9749b7 /llvm/docs/CFEBuildInstrs.html
parent9c7ddc3e21ec4076637b8ff9bfa7e8d02d594555 (diff)
downloadbcm5719-llvm-9b5bdf92166f54269a17b6bf3f0c891b5f357d43.tar.gz
bcm5719-llvm-9b5bdf92166f54269a17b6bf3f0c891b5f357d43.zip
Use the `tools-only' target to avoid getting warnings about not having a CFE.
llvm-svn: 15744
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r--llvm/docs/CFEBuildInstrs.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html
index cef7a550334..62c64e4a2eb 100644
--- a/llvm/docs/CFEBuildInstrs.html
+++ b/llvm/docs/CFEBuildInstrs.html
@@ -81,11 +81,9 @@ and Settings" directory). We welcome patches to fix this issue.
<pre>
% cd llvm
% ./configure [options...]
- % gmake
+ % gmake tools-only
</pre>
- <p>This will build all of the LLVM tools and libraries, but you will see
- warnings about missing the C front-end (certain runtime libraries can't
- be built without it). Ignore these warnings for now.</p></li>
+ <p>This will build all of the LLVM tools and libraries.</p></li>
<li><p>Add the directory containing the tools to your PATH.</p>
<pre>
@@ -94,8 +92,7 @@ and Settings" directory). We welcome patches to fix this issue.
<li><p>Unpack the C/C++ front-end source into cfrontend/src.</p></li>
-<li><p>Make "build" and "install" directories as siblings of the "src"
- tree.</p>
+<li><p>Make "build" and "install" directories as siblings of the "src" tree.</p>
<pre>
% pwd
/usr/local/example/cfrontend/src
OpenPOWER on IntegriCloud