diff options
-rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index 1a28eee5968..4b6bb77d03f 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -111,7 +111,7 @@ command line should like something like this: <pre> % cd build % ../src/configure --prefix=$CFEINSTALL --disable-nls --disable-shared \ - --enable-languages=c,c++ sparcv9-sun-solaris2.8 + --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8 % gmake all-gcc % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % gmake all; gmake install |