aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-inst.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-13 04:22:33 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-13 04:22:33 +0000
commitbc8b8a68814fbce2f7c55d2e4f772832f6946c8f (patch)
tree3b0e2e4c6a15195a08b4eda4a575afedb8d83453 /chapter05/gcc-inst.xml
parentffc873df522415b10be030ad27e4e3fd55a77ea7 (diff)
Removed the compilation of the C++ compiler, which is not needed until after the second build. Made grammatic changes to the Shadow page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-inst.xml')
-rw-r--r--chapter05/gcc-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml
index ad1e168ba..13f283098 100644
--- a/chapter05/gcc-inst.xml
+++ b/chapter05/gcc-inst.xml
@@ -12,7 +12,7 @@ been warned.</para>
<para><screen><userinput>mkdir ../gcc-build &amp;&amp;
cd ../gcc-build &amp;&amp;
-../gcc-&gcc-version;/configure --prefix=/static --enable-languages=c,c++ \
+../gcc-&gcc-version;/configure --prefix=/static --enable-languages=c \
&nbsp;&nbsp;&nbsp;--disable-nls --disable-shared --enable-threads=posix &amp;&amp;
make BOOT_LDFLAGS=-static bootstrap &amp;&amp;
make prefix=$LFS/static install &amp;&amp;