X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=docs%2FCFEBuildInstrs.html;h=be844b9da895054c0f12190549a0acfc37b89735;hp=4b6bb77d03f11e028d751a4fcc9a333c897bb249;hb=2998d3fde716816c1ac53675798af3bd5cf48fa8;hpb=265f0ec5599b699e6c5360fd4c36c5b2056d1089 diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 4b6bb77d03f..be844b9da89 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -84,7 +84,7 @@ process, and you should only try to do it if:

% set CFEINSTALL = `pwd`/install -
  • Configure, build and install the C front-end:

    +
  • Configure, build, and install the C front-end:

    Linux/x86: @@ -92,7 +92,7 @@ process, and you should only try to do it if:

      % cd build
    - % ../src/configure --prefix=$CFEINSTALL --disable-nls --disable-shared \
    + % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \
        --enable-languages=c,c++
      % gmake all-gcc
      % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc 
    @@ -110,7 +110,7 @@ command line should like something like this:
     
     
      % cd build
    - % ../src/configure --prefix=$CFEINSTALL --disable-nls --disable-shared \
    + % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \
        --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8
      % gmake all-gcc
      % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc