Changeset 46405a5b


Ignore:
Timestamp:
11/18/2022 11:30:12 PM (17 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
777f469, f0cbef54
Parents:
8d5322e (diff), 651f491 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bc.xml

    r8d5322e r46405a5b  
    6060        <listitem>
    6161          <para>Omit parts of the test suite that won't work
    62           without a GNU bc present.</para>
     62          until the bc program has been installed.</para>
    6363        </listitem>
    6464      </varlistentry>
  • chapter08/binutils.xml

    r8d5322e r46405a5b  
    9999        <term><parameter>--enable-gold</parameter></term>
    100100        <listitem>
    101           <para>Build the gold linker and install it as ld.gold (along side the
     101          <para>Build the gold linker and install it as ld.gold (alongside the
    102102          default linker).</para>
    103103        </listitem>
     
    137137        <term><parameter>--with-system-zlib</parameter></term>
    138138        <listitem>
    139           <para>Use the installed zlib library rather than building the
     139          <para>Use the installed zlib library instead of building the
    140140          included version.</para>
    141141        </listitem>
     
    162162          class="directory">/usr</filename> is not required. <filename
    163163          class="directory">$(exec_prefix)/$(target_alias)</filename> would be
    164           used if the system was used to cross-compile (for example, compiling a
     164          used if the system were used to cross-compile (for example, compiling a
    165165          package on an Intel machine that generates code that can be executed
    166166          on PowerPC machines).</para>
     
    183183<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen>
    184184
    185     <para>Twelve tests fail in the gold testsuite when the
     185    <para>Twelve tests fail in the gold test suite when the
    186186    <option>--enable-default-pie</option> and
    187187    <option>--enable-default-ssp</option> options are passed to GCC.
     
    198198    assured of the correctness of gas, invoke
    199199    <command>make check-gas</command> to run gas testsuite separately and
    200     all tests should pass. Three gprofng tests result
    201     <literal>ERROR</literal> and they are counted as
     200    all tests should pass. Three gprofng tests yield the
     201    <literal>ERROR</literal> result, and they are counted as
    202202    <literal>UNRESOLVED</literal> in the summary.</para>
    203203
     
    292292        <term><command>elfedit</command></term>
    293293        <listitem>
    294           <para>Updates the ELF header of ELF files</para>
     294          <para>Updates the ELF headers of ELF files</para>
    295295          <indexterm zone="ch-system-binutils elfedit">
    296296            <primary sortas="b-elfedit">elfedit</primary>
     
    312312        <term><command>gprofng</command></term>
    313313        <listitem>
    314           <para>Gather and analyze performance data</para>
     314          <para>Gathers and analyzes performance data</para>
    315315          <indexterm zone="ch-system-binutils gprofng">
    316316            <primary sortas="b-gprofng">gprofng</primary>
     
    345345        <term><command>ld.bfd</command></term>
    346346        <listitem>
    347           <para>Hard link to <command>ld</command></para>
     347          <para>A hard link to <command>ld</command></para>
    348348          <indexterm zone="ch-system-binutils ld.bfd">
    349349            <primary sortas="b-ld.bfd">ld.bfd</primary>
  • chapter08/readline.xml

    r8d5322e r46405a5b  
    2424    <title/>
    2525
    26     <para>The Readline package is a set of libraries that offers command-line
     26    <para>The Readline package is a set of libraries that offer command-line
    2727    editing and history capabilities.</para>
    2828
     
    6262
    6363     <variablelist>
    64       <title>The meaning of the configure option:</title>
     64      <title>The meaning of the new configure option:</title>
    6565
    6666      <varlistentry>
     
    6868        <listitem>
    6969          <para>This option tells Readline that it can find the termcap
    70           library functions in the curses library, rather than a separate
    71           termcap library. It allows generating a correct
     70          library functions in the curses library, not a separate
     71          termcap library. This will generate the correct
    7272          <filename>readline.pc</filename> file.</para>
    7373        </listitem>
  • chapter08/tcl.xml

    r8d5322e r46405a5b  
    2828    <para>The <application>Tcl</application> package contains the Tool Command Language,
    2929    a robust general-purpose scripting language. The <application>Expect</application> package
    30     is written in the <application>Tcl</application> language.</para>
     30    is written in <application>Tcl</application> (pronounced "tickle").</para>
    3131
    3232    <segmentedlist>
     
    4646
    4747    <para>This package and the next two (Expect and DejaGNU) are
    48     installed to support running the test suites for binutils and GCC and other
     48    installed to support running the test suites for Binutils, GCC and other
    4949    packages.  Installing three packages for testing purposes may seem
    5050    excessive, but it is very reassuring, if not essential, to know that the
     
    8888
    8989    <para>The various <quote>sed</quote> instructions after the
    90     <quote>make</quote> command removes references to the build directory from
    91     the configuration files and replaces them with the install directory.
    92     This is not mandatory for the remainder of LFS, but may be needed in case a
     90    <quote>make</quote> command remove references to the build directory from
     91    the configuration files and replace them with the install directory.
     92    This is not mandatory for the remainder of LFS, but may be needed if a
    9393    package built later uses Tcl.</para>
    9494
Note: See TracChangeset for help on using the changeset viewer.