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-pass1.xml

    rf30e3ce9 r0bf53444  
    118118    <para>Prepare GCC for compilation:</para>
    119119
    120 <screen><userinput remap="configure">../gcc-&gcc-version;/configure                               \
    121     --target=$LFS_TGT                                \
    122     --prefix=/tools                                  \
    123     --with-sysroot=$LFS                              \
    124     --with-newlib                                    \
    125     --without-headers                                \
    126     --with-local-prefix=/tools                       \
    127     --with-native-system-header-dir=/tools/include   \
    128     --disable-nls                                    \
    129     --disable-shared                                 \
    130     --disable-multilib                               \
    131     --disable-decimal-float                          \
    132     --disable-threads                                \
    133     --disable-libatomic                              \
    134     --disable-libgomp                                \
    135     --disable-libitm                                 \
    136     --disable-libquadmath                            \
    137     --disable-libsanitizer                           \
    138     --disable-libssp                                 \
    139     --disable-libvtv                                 \
    140     --disable-libcilkrts                             \
    141     --disable-libstdc++-v3                           \
     120<screen><userinput remap="configure">../gcc-&gcc-version;/configure                             \
     121    --target=$LFS_TGT                              \
     122    --prefix=/tools                                \
     123    --with-sysroot=$LFS                            \
     124    --with-newlib                                  \
     125    --without-headers                              \
     126    --with-local-prefix=/tools                     \
     127    --with-native-system-header-dir=/tools/include \
     128    --disable-nls                                  \
     129    --disable-shared                               \
     130    --disable-multilib                             \
     131    --disable-decimal-float                        \
     132    --disable-threads                              \
     133    --disable-libatomic                            \
     134    --disable-libgomp                              \
     135    --disable-libitm                               \
     136    --disable-libquadmath                          \
     137    --disable-libsanitizer                         \
     138    --disable-libssp                               \
     139    --disable-libvtv                               \
     140    --disable-libcilkrts                           \
     141    --disable-libstdc++-v3                         \
    142142    --enable-languages=c,c++</userinput></screen>
    143143    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.