From: Misha Brukman Date: Sat, 14 Aug 2004 22:13:33 +0000 (+0000) Subject: Use the `tools-only' target to avoid getting warnings about not having a CFE. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=e749053cdf8439b88ea2c8be74555af01cfbe7ad Use the `tools-only' target to avoid getting warnings about not having a CFE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15744 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index cef7a550334..62c64e4a2eb 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -81,11 +81,9 @@ and Settings" directory). We welcome patches to fix this issue.
  % cd llvm
  % ./configure [options...]
- % gmake 
+ % gmake tools-only
 
-

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.

+

This will build all of the LLVM tools and libraries.

  • Add the directory containing the tools to your PATH.

    @@ -94,8 +92,7 @@ and Settings" directory).  We welcome patches to fix this issue.
     
     
  • Unpack the C/C++ front-end source into cfrontend/src.

  • -
  • Make "build" and "install" directories as siblings of the "src" - tree.

    +
  • Make "build" and "install" directories as siblings of the "src" tree.

      % pwd
      /usr/local/example/cfrontend/src