Changes in / [3c5b3f9:4809582]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter03/introduction.xml

    r3c5b3f9 r4809582  
    7575<screen role="nodump"><userinput>wget --input-file=wget-list --continue --directory-prefix=$LFS/sources</userinput></screen>
    7676
     77  <note><para>
     78    The <filename>wget-list</filename> file mentioned above retrieves all
     79    packages for both the sysV and systemd versions of LFS.  There are a total
     80    of five additional small packages not needed for the currrent book.  The
     81    <filename>md5sums</filename> file mentioned below is specific to the
     82    current book.
     83  </para></note>
     84
    7785  <para>Additionally, starting with LFS-7.0, there is a separate file,
    7886  <ulink url="../md5sums">md5sums</ulink>, which can be used to verify that all
  • chapter05/gcc-pass1.xml

    r3c5b3f9 r4809582  
    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.