summaryrefslogtreecommitdiff
path: root/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-12-10 15:27:29 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-12-10 15:27:29 +0000
commita84962c4d7d3b1956084b54a5572b873fe53748e (patch)
tree630b351c1ae649afbd90b49a3c297a826bbd480c /docs/CFEBuildInstrs.html
parent61eae03b448d9e3fd87254453469d16c48b6eca9 (diff)
downloadllvm-a84962c4d7d3b1956084b54a5572b873fe53748e.tar.gz
llvm-a84962c4d7d3b1956084b54a5572b873fe53748e.tar.bz2
llvm-a84962c4d7d3b1956084b54a5572b873fe53748e.tar.xz
Added the --host= option to the Sparc configuration directions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10364 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r--docs/CFEBuildInstrs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 1a28eee596..4b6bb77d03 100644
--- a/docs/CFEBuildInstrs.html
+++ b/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