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