Ignore:
Timestamp:
09/15/2021 04:24:27 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4809582, 7e62bbc
Parents:
a5165eb
Message:

Remove extra spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    ra5165eb r43b6ecd  
    8181    <para>Prepare GCC for compilation:</para>
    8282
    83 <screen><userinput remap="configure">../configure                                       \
    84     --target=$LFS_TGT                              \
    85     --prefix=$LFS/tools                            \
    86     --with-glibc-version=2.11                      \
    87     --with-sysroot=$LFS                            \
    88     --with-newlib                                  \
    89     --without-headers                              \
    90     --enable-initfini-array                        \
    91     --disable-nls                                  \
    92     --disable-shared                               \
    93     --disable-multilib                             \
    94     --disable-decimal-float                        \
    95     --disable-threads                              \
    96     --disable-libatomic                            \
    97     --disable-libgomp                              \
    98     --disable-libquadmath                          \
    99     --disable-libssp                               \
    100     --disable-libvtv                               \
    101     --disable-libstdcxx                            \
     83<screen><userinput remap="configure">../configure                  \
     84    --target=$LFS_TGT         \
     85    --prefix=$LFS/tools       \
     86    --with-glibc-version=2.11 \
     87    --with-sysroot=$LFS       \
     88    --with-newlib             \
     89    --without-headers         \
     90    --enable-initfini-array   \
     91    --disable-nls             \
     92    --disable-shared          \
     93    --disable-multilib        \
     94    --disable-decimal-float   \
     95    --disable-threads         \
     96    --disable-libatomic       \
     97    --disable-libgomp         \
     98    --disable-libquadmath     \
     99    --disable-libssp          \
     100    --disable-libvtv          \
     101    --disable-libstdcxx       \
    102102    --enable-languages=c,c++</userinput></screen>
    103103    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.