diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-07-26 11:53:41 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-07-26 11:53:41 +0000 |
commit | 329e12a63c7c0fa29b44a0d494518ecf88a05563 (patch) | |
tree | b62e3f614755c164e241ad7d82b3f43150741c04 | |
parent | ab56f441669ea7866aeb94c6d8fd535b5e67d3fa (diff) |
Remove excess empty spaces from chapter6 gcc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10651 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gcc.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 5b8997258..7b6ab61a1 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -64,16 +64,16 @@ 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 \ +<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 |