Ignore:
Timestamp:
03/06/2015 02:12:02 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
306a934, dc7162d
Parents:
f30e3ce9
Message:

Fix backslash alignments and a minor text update.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    rf30e3ce9 r0bf53444  
    110110    <para>Now prepare GCC for compilation:</para>
    111111
    112 <screen><userinput remap="configure">CC=$LFS_TGT-gcc                                      \
    113 CXX=$LFS_TGT-g++                                     \
    114 AR=$LFS_TGT-ar                                       \
    115 RANLIB=$LFS_TGT-ranlib                               \
    116 ../gcc-&gcc-version;/configure                               \
    117     --prefix=/tools                                  \
    118     --with-local-prefix=/tools                       \
    119     --with-native-system-header-dir=/tools/include   \
    120     --enable-languages=c,c++                         \
    121     --disable-libstdcxx-pch                          \
    122     --disable-multilib                               \
    123     --disable-bootstrap                              \
     112<screen><userinput remap="configure">CC=$LFS_TGT-gcc                                    \
     113CXX=$LFS_TGT-g++                                   \
     114AR=$LFS_TGT-ar                                     \
     115RANLIB=$LFS_TGT-ranlib                             \
     116../gcc-&gcc-version;/configure                             \
     117    --prefix=/tools                                \
     118    --with-local-prefix=/tools                     \
     119    --with-native-system-header-dir=/tools/include \
     120    --enable-languages=c,c++                       \
     121    --disable-libstdcxx-pch                        \
     122    --disable-multilib                             \
     123    --disable-bootstrap                            \
    124124    --disable-libgomp</userinput></screen>
    125125
Note: See TracChangeset for help on using the changeset viewer.