From a84962c4d7d3b1956084b54a5572b873fe53748e Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 10 Dec 2003 15:27:29 +0000 Subject: [PATCH] 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 --- docs/CFEBuildInstrs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 1a28eee5968..4b6bb77d03f 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -111,7 +111,7 @@ command line should like something like this:
  % 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
-- 
2.34.1