Use the `tools-only' target to avoid getting warnings about not having a CFE.
authorMisha Brukman <brukman+llvm@gmail.com>
Sat, 14 Aug 2004 22:13:33 +0000 (22:13 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sat, 14 Aug 2004 22:13:33 +0000 (22:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15744 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CFEBuildInstrs.html

index cef7a55033457e7c47c8886081abbd6c06029d33..62c64e4a2eb614e6849a7570bae5db288ebfbe98 100644 (file)
@@ -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