diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-18 07:16:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-18 07:16:55 +0000 |
commit | 3dc9543a1ecaf9e380274b64d85bca7e3d90784a (patch) | |
tree | 1a6a99ed3aac9300bdb2787999c0fc968f00749a /chapter06/gcc.xml | |
parent | 177aee0f061bfceafa797ec433925146bff6b431 (diff) |
Change kmod instructions to allow installation of man pages.
Numerous whitespace fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10480 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 7fe9fe94d..83cac4ece 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -70,16 +70,17 @@ cd ../gcc-build</userinput></screen> <para>Prepare GCC for compilation:</para> -<screen><userinput remap="configure">SED=sed \ -../gcc-&gcc-version;/configure --prefix=/usr \ - --enable-shared \ - --enable-threads=posix \ - --enable-__cxa_atexit \ - --enable-clocale=gnu \ - --enable-languages=c,c++ \ - --disable-multilib \ - --disable-bootstrap \ - --with-system-zlib</userinput></screen> +<screen><userinput remap="configure">SED=sed \ +../gcc-&gcc-version;/configure \ + --prefix=/usr \ + --enable-shared \ + --enable-threads=posix \ + --enable-__cxa_atexit \ + --enable-clocale=gnu \ + --enable-languages=c,c++ \ + --disable-multilib \ + --disable-bootstrap \ + --with-system-zlib</userinput></screen> <para>Note that for other languages, there are some prerequisites that are not available. See the BLFS Book for instructions on how to |