diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-12-10 20:04:13 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-12-10 20:04:13 +0000 |
| commit | 3c721a8b1569a13aeea9c3b12bb58b7e1081e623 (patch) | |
| tree | 5d65a1f86acac47bf02f99302c5ff97b4e2052ec /llvm | |
| parent | f2484742b72e4eafd1540aa435dae5e86dfe1071 (diff) | |
| download | bcm5719-llvm-3c721a8b1569a13aeea9c3b12bb58b7e1081e623.tar.gz bcm5719-llvm-3c721a8b1569a13aeea9c3b12bb58b7e1081e623.zip | |
Fixed a comma error.
Added the --disable-threads option to GCC configure (to avoid pthread errors
when building code with LLVM).
llvm-svn: 10380
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index 4b6bb77d03f..be844b9da89 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -84,7 +84,7 @@ process, and you should <b>only</b> try to do it if:</p> % set CFEINSTALL = `pwd`/install </pre></li> -<li><p>Configure, build and install the C front-end:</p> +<li><p>Configure, build, and install the C front-end:</p> <p> <b>Linux/x86:</b> @@ -92,7 +92,7 @@ process, and you should <b>only</b> try to do it if:</p> <pre> % 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: <pre> % 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 |

