Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rcdf280e rf0b518a  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    5858             --disable-werror    \
    5959             --enable-64-bit-bfd \
    60              --with-system-zlib  \
    61              --enable-default-hash-style=gnu</userinput></screen>
    62 
     60             --with-system-zlib</userinput></screen>
    6361    <variablelist>
    64       <title>The meaning of the new configure parameters:</title>
     62      <title>The meaning of the configure parameters:</title>
    6563
    6664      <varlistentry>
     
    8482        <listitem>
    8583          <para>Enables plugin support for the linker.</para>
     84        </listitem>
     85      </varlistentry>
     86
     87      <varlistentry>
     88        <term><parameter>--enable-64-bit-bfd</parameter></term>
     89        <listitem>
     90           <para>Enables 64-bit support (on hosts with narrower word sizes).
     91           May not be needed on 64-bit systems, but does no harm.</para>
    8692        </listitem>
    8793      </varlistentry>
     
    140146    <option>--enable-default-ssp</option> options are passed to GCC.</para>
    141147
    142  <!--    <para>Three tests in the gprofng suite are also known to fail.</para>-->
     148    <para>Three tests in the gprofng suite are also known to fail.</para>
    143149
    144150    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.