Ignore:
Timestamp:
05/24/2016 09:24:59 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
77ab7f3
Parents:
11ebea6
Message:

Create branches/merge in svn repo fo rtesting of merged LFS books

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r11ebea6 r1118b17  
    4343  <sect2 role="installation">
    4444    <title>Installation of Glibc</title>
    45 <!--
    46     <para>First fix a build problem that affects i386 systems:</para>
    4745
    48 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
    49 -->
    5046    <para>Fix some problems identified upstream:</para>
    5147
     
    8177        </listitem>
    8278      </varlistentry>
    83 <!--
    84       <varlistentry>
    85         <term><parameter>- -disable-profile</parameter></term>
    86         <listitem>
    87           <para>This builds the libraries without profiling information. Omit
    88           this option if profiling on the temporary tools is necessary.</para>
    89         </listitem>
    90       </varlistentry>
    91 -->
     79
    9280      <varlistentry>
    9381        <term><parameter>--enable-kernel=&min-kernel;</parameter></term>
     
    9886        </listitem>
    9987      </varlistentry>
    100 <!--
    101       <varlistentry>
    102         <term><parameter>- -enable-obsolete-rpc</parameter></term>
    103         <listitem>
    104           <para>This installs NIS and RPC related headers that are not
    105           installed by default. They are required to build GCC and by
    106           several BLFS packages.</para>
    107         </listitem>
    108       </varlistentry>
    109 -->
     88
    11089      <varlistentry>
    11190        <term><parameter>--with-headers=/tools/include</parameter></term>
     
    170149<screen><userinput remap="make">make</userinput></screen>
    171150
    172 <!--
    173     <para>This package does come with a test suite, however, it cannot be
    174     run at this time because we do not have a C++ compiler yet.</para>
    175 
    176     <note>
    177       <para>The test suite also requires locale data to be installed in order to run
    178       successfully. Locale data provides information to the system regarding
    179       such things as the date, time, and currency formats accepted and output by
    180       system utilities. If the test suites are not being run in this chapter
    181       (as per the recommendation), there is no need to install the locales now.
    182       The appropriate locales will be installed in the next chapter. To install
    183       the Glibc locales anyway, use instructions from <xref
    184       linkend="ch-system-glibc" role="."/></para>
    185     </note>
    186 -->
    187151    <para>Install the package:</para>
    188152
Note: See TracChangeset for help on using the changeset viewer.