Changeset 09e3f94


Ignore:
Timestamp:
02/23/2020 06:56:18 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 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, 9.1, arm, bdubbs/gcc13, ml-11.0, 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:
394dc3fc
Parents:
e8d05b3f
Message:

As pointed by Tadeus Prastowo, two command explanations have to be reworded

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass2.xml

    re8d05b3f r09e3f94  
    8787        <term><parameter>--with-sysroot</parameter></term>
    8888        <listitem>
    89           <para>The sysroot feature enables the linker to find shared objects
    90           which are required by other shared objects explicitly included on the
    91           linker's command line. Without this, some packages may not build
    92           successfully on some hosts.</para>
     89          <para>This defines a default (non-existent) sysroot directory
     90          <filename class="directory">/tools/$LFS_TGT/sys-root</filename>.
     91          It is useful when looking for shared objects which are required by
     92          other shared objects explicitly included on the linker's command
     93          line. Those objects are searched into the directories listed in
     94          <filename>&lt;sysroot&gt;/etc/ld.so.conf</filename>, and failing
     95          that, into the linker search path, which is right. If this switch
     96          is not given, <filename>/etc/ld.so.conf</filename> on the host
     97          is used, that is, programs may be linked to libraries on
     98          the host, which we want to avoid.</para>
    9399        </listitem>
    94100      </varlistentry>
  • chapter05/libstdc++.xml

    re8d05b3f r09e3f94  
    8383        <term><parameter>--disable-libstdcxx-threads</parameter></term>
    8484        <listitem>
    85           <para>Since we have not yet built the C threads library, the C++
    86           one cannot be built either.</para>
     85          <para>Since gcc-pass1 is built without thread support, the C++
     86          thread library cannot be built either.</para>
    8787        </listitem>
    8888      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.