Ignore:
Timestamp:
11/18/2022 07:41:41 AM (23 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib, xry111/multilib
Children:
46405a5b
Parents:
16a1647 (diff), 7115c88 (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r16a1647 r8d5322e  
    4444    <title>Installation of Glibc</title>
    4545
    46     <para>First, fix an issue building Glibc with parallel jobs and make-4.4
     46    <para>First, fix an issue building Glibc with parallel jobs and Make-4.4
    4747    or later:</para>
    4848
     
    9898        <term><parameter>--enable-kernel=&min-kernel;</parameter></term>
    9999        <listitem>
    100           <para>This option tells the build system that this glibc may
     100          <para>This option tells the build system that this Glibc may
    101101          be used with kernels as old as &min-kernel;. This means generating
    102102          workarounds in case a system call introduced in a later version
     
    225225<screen><userinput remap="install">make install</userinput></screen>
    226226
    227     <para>Fix hardcoded path to the executable loader in
     227    <para>Fix a hardcoded path to the executable loader in the
    228228    <command>ldd</command> script:</para>
    229229
     
    243243
    244244    <para>Next, install the locales that can make the system respond in a
    245     different language.  None of the locales are required, but if some of them
    246     are missing, the test suites of future packages would skip important
    247     testcases.</para>
     245    different language.  None of these locales are required, but if some of them
     246    are missing, the test suites of some packages will skip important
     247    test cases.</para>
    248248
    249249    <para>Individual locales can be installed using the
     
    298298    character set.</para>
    299299
    300     <para>Alternatively, install all locales listed in the
     300    <para>Alternatively, install all the locales listed in the
    301301    <filename>glibc-&glibc-version;/localedata/SUPPORTED</filename> file
    302302    (it includes every locale listed above and many more) at once with the
     
    364364
    365365    <sect3>
    366     <title>Adding time zone data</title>
     366    <title>Adding Time Zone Data</title>
    367367
    368368    <para>Install and set up the time zone data with the following:</para>
Note: See TracChangeset for help on using the changeset viewer.