Ignore:
Timestamp:
03/24/2013 03:06:42 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
1026c1ee
Parents:
aa6434a
Message:

Merge latest changes from trunk to systemd branch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass2.xml

    raa6434a ra9296cd  
    5757    --prefix=/tools        \
    5858    --disable-nls          \
    59     --with-lib-path=/tools/lib</userinput></screen>
     59    --with-lib-path=/tools/lib \
     60    --with-sysroot</userinput></screen>
    6061
    6162    <variablelist>
     
    7980          to the linker. This prevents the linker from searching through
    8081          library directories on the host.</para>
     82        </listitem>
     83      </varlistentry>
     84
     85      <varlistentry>
     86        <term><parameter>--with-sysroot</parameter></term>
     87        <listitem>
     88          <para>The sysroot feature enables the linker to find shared objects
     89          which are required by other shared objects explicitly included on the
     90          linker's command line. Without this, some packages may not build
     91          successfully on some hosts.</para>
    8192        </listitem>
    8293      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.