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 | 5c3109267dfdb19c7ad880c77959a375f73f931a (patch) | |
tree | f2661ccdec9ee0ef93fcce9127d33d5631ec8135 /chapter06 | |
parent | c2966461c92cb959fa131bfbd3dcf0ddf9cc5498 (diff) |
Remove excess empty spaces from chapter6 gcc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10651 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 |