Changeset e82465b


Ignore:
Timestamp:
Aug 11, 2014, 2:11:10 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
bde571b
Parents:
a072c79
Message:

Added command explanation

Location:
BOOK/temp-system
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/binutils.xml

    ra072c79 re82465b  
    5151    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5252    href="../common/binutils.xml"
     53    xpointer="xpointer(//*[@os='k'])"/>
     54
     55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     56    href="../common/binutils.xml"
    5357    xpointer="xpointer(//*[@os='be'])"/>
    5458
  • BOOK/temp-system/common/binutils.xml

    ra072c79 re82465b  
    5050    --disable-multilib</userinput></screen>
    5151
     52    <variablelist os="k">
     53      <title>The meaning of the new configure option:</title>
     54
     55      <varlistentry>
     56        <term><parameter>--enable-shared</parameter></term>
     57        <listitem>
     58          <para>When this is specified, Binutils will create a shared
     59          <filename class="libraryfile">libbfd</filename> and link its programs
     60          to it.</para>
     61        </listitem>
     62      </varlistentry>
     63
     64    </variablelist>
     65
    5266    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5367    href="../../cross-tools/common/binutils.xml"
  • BOOK/temp-system/multilib/binutils.xml

    ra072c79 re82465b  
    5151    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5252    href="../common/binutils.xml"
     53    xpointer="xpointer(//*[@os='k'])"/>
     54
     55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     56    href="../common/binutils.xml"
    5357    xpointer="xpointer(//*[@os='be'])"/>
    5458
Note: See TracChangeset for help on using the changeset viewer.