aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-22 01:36:27 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-22 01:36:27 +0000
commit77f5530ebefcc4172f7bce49bb5960ebbad0095d (patch)
tree753f88e9fee395b062a936a0a5e30d0fe33cef8e
parentbf427630a0388b727805baee5c3daec11604794f (diff)
Revert last changes as they introduce CFE build problems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19087 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CFEBuildInstrs.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 8ca5a3deb1..68541ed283 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -131,7 +131,7 @@ invalid code. Instead, use the system assembler and linker.
<pre>
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
- --disable-shared --enable-languages=c,c++ --program-prefix=llvm
+ --disable-shared --enable-languages=c,c++
% gmake all; gmake install
</pre>
@@ -140,8 +140,7 @@ invalid code. Instead, use the system assembler and linker.
<pre>
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
- --disable-shared --enable-languages=c,c++ --disable-c-mbchar \
- --program-prefix=llvm
+ --disable-shared --enable-languages=c,c++ --disable-c-mbchar
% gmake all; gmake install
</pre>
@@ -159,7 +158,7 @@ functions from C as referenced from C++, so we typically configure with
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
--disable-shared --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8 \
- --disable-c-mbchar --program-prefix=llvm
+ --disable-c-mbchar
% gmake all; gmake install
</pre>