From d0c4a7649c91911924b4f43966eea82b7117dd59 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 13 May 2005 20:38:44 +0000 Subject: [PATCH] Minor fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21978 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CFEBuildInstrs.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index bce5f775ac5..0622824956a 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -69,7 +69,7 @@ and Settings" directory). We welcome patches to fix this issue.

It has been found that the GCC 3.3.3 compiler provided with recent Cygwin versions is incapable of compiling the LLVM CFE correctly. If your Cygwin -installation includes GCC 3.3.3 we strongly recommend that you download +installation includes GCC 3.3.3, we strongly recommend that you download GCC 3.4.3, build it separately, and use it for compiling LLVM CFE. This has been shown to work correctly.

Some versions of Cygwin utilize an experimental version of GNU binutils that @@ -101,7 +101,8 @@ invalid code. Instead, use the system assembler and linker.

  1. Configure and build the LLVM libraries and tools. There are two ways to -do this: either with objdir == srcdir or not. It is recommended +do this: either with objdir == srcdir or +objdir != srcdir. It is recommended that srcdir not be the same as objdir:

    • With objdir != srcdir:
      @@ -131,7 +132,7 @@ of permissions. Specify a path into which LLVM can be installed (e.g.
              untar'ing an llvm-gcc.tar.gz file or checking out CVS into this
              directory.

    • -
    • 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
      -- 
      2.34.1