Ignore:
Timestamp:
11/19/2022 08:27:13 AM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2ef64c4
Parents:
4d3f41c (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r4d3f41c rb59b371  
    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
     
    9191        <term><parameter>--enable-kernel=&linux-major-version;.&linux-minor-version;</parameter></term>
    9292        <listitem>
    93           <para>This option tells the build system that this glibc may
     93          <para>This option tells the build system that this Glibc may
    9494          be used with kernels as old as
    9595          &linux-major-version;.&linux-minor-version;. This means generating
     
    219219<screen><userinput remap="install">make install</userinput></screen>
    220220
    221     <para>Fix hardcoded path to the executable loader in
     221    <para>Fix a hardcoded path to the executable loader in the
    222222    <command>ldd</command> script:</para>
    223223
     
    237237
    238238    <para>Next, install the locales that can make the system respond in a
    239     different language.  None of the locales are required, but if some of them
    240     are missing, the test suites of future packages would skip important
    241     testcases.</para>
     239    different language.  None of these locales are required, but if some of them
     240    are missing, the test suites of some packages will skip important
     241    test cases.</para>
    242242
    243243    <para>Individual locales can be installed using the
     
    292292    character set.</para>
    293293
    294     <para>Alternatively, install all locales listed in the
     294    <para>Alternatively, install all the locales listed in the
    295295    <filename>glibc-&glibc-version;/localedata/SUPPORTED</filename> file
    296296    (it includes every locale listed above and many more) at once with the
     
    358358
    359359    <sect3>
    360     <title>Adding time zone data</title>
     360    <title>Adding Time Zone Data</title>
    361361
    362362    <para>Install and set up the time zone data with the following:</para>
Note: See TracChangeset for help on using the changeset viewer.