Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/binutils.xml

    re1bee3d4 r686839b  
    6262    <para os="j">Compile the package:</para>
    6363
    64 <screen os="k"><userinput>make tooldir=/usr</userinput></screen>
     64<screen os="k"><userinput>make configure-host</userinput></screen>
    6565
    6666    <important os="l">
    67       <para>During <command>make tooldir=/usr</command> you may receive the
     67      <para>During <command>make configure-host</command> you may receive the
    6868      following error message. It is safe to ignore.</para>
    6969
     
    7474    </important>
    7575
     76<screen os="m"><userinput>make tooldir=/usr</userinput></screen>
     77
    7678    <variablelist os="n">
    7779      <title>The meaning of the make parameter:</title>
     
    102104<screen os="s"><userinput>make tooldir=/usr install</userinput></screen>
    103105
     106    <para os="t">Install the <filename class="headerfile">libiberty</filename> header
     107    file that is needed by some packages:</para>
     108
     109<screen os="u"><userinput>cp -v ../binutils-&binutils-dir;/include/libiberty.h /usr/include</userinput></screen>
     110
    104111  </sect2>
    105112
     
    116123        objdump,
    117124        ranlib, readelf, size, strings, and strip</seg>
    118         <seg>libbfd.[a,so], and libopcodes.[a,so]</seg>
     125        <seg>libiberty.a, libbfd.[a,so], and libopcodes.[a,so]</seg>
    119126        <seg>/usr/lib/ldscripts</seg>
    120127      </seglistitem>
     
    303310      </varlistentry>
    304311
     312      <varlistentry id="libiberty">
     313        <term><filename class="libraryfile">libiberty</filename></term>
     314        <listitem>
     315          <para>Contains routines used by various GNU programs, including
     316          <command>getopt</command>, <command>obstack</command>,
     317          <command>strerror</command>, <command>strtol</command>, and
     318          <command>strtoul</command></para>
     319          <indexterm zone="ch-system-binutils libiberty">
     320            <primary sortas="c-libiberty">libiberty</primary>
     321          </indexterm>
     322        </listitem>
     323      </varlistentry>
     324
    305325      <varlistentry id="libbfd">
    306326        <term><filename class="libraryfile">libbfd</filename></term>
Note: See TracChangeset for help on using the changeset viewer.