Added the --host= option to the Sparc configuration directions.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 10 Dec 2003 15:27:29 +0000 (15:27 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 10 Dec 2003 15:27:29 +0000 (15:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10364 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CFEBuildInstrs.html

index 1a28eee59684ab93012f3c52a8ce32897846760f..4b6bb77d03f11e028d751a4fcc9a333c897bb249 100644 (file)
@@ -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