Changeset 7d9f881


Ignore:
Timestamp:
04/05/2019 03:00:59 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
ee1a413
Parents:
8eb3fe4
Message:

Merge trunk, add multilib.xml to prologue

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r8eb3fe4 r7d9f881  
    226226        <seglistitem>
    227227          <seg>Bash, Binutils, Bison, Coreutils, GCC, Glibc,
    228           Grep, Make, and Readline</seg>
     228          Grep, Make, Perl, and Readline</seg>
    229229        </seglistitem>
    230230      </segmentedlist>
  • chapter05/python.xml

    r8eb3fe4 r7d9f881  
    6363        <term><parameter>--without-ensurepip</parameter></term>
    6464        <listitem>
    65           <para>This switch disables the Python installer, which is not needed
    66           at this stage.</para>
     65          <para>This switch disables the Python package installer, which is not
     66          needed at this stage.</para>
    6767        </listitem>
    6868      </varlistentry>
  • chapter06/glibc.xml

    r8eb3fe4 r7d9f881  
    126126          extra code to check for buffer overflows, such as stack
    127127          smashing attacks.</para>
     128        </listitem>
     129      </varlistentry>
     130
     131      <varlistentry>
     132        <term><parameter>--with-headers=/usr/include</parameter></term>
     133        <listitem>
     134          <para>This option tells the build system where to find the
     135          kernel API headers. By default, those headers are sought in
     136          <filename class="directory">/tools/include</filename>.</para>
    128137        </listitem>
    129138      </varlistentry>
  • chapter06/systemd.xml

    r8eb3fe4 r7d9f881  
    189189<screen><userinput remap="install">LANG=en_US.UTF-8 ninja install</userinput></screen>
    190190
    191     <para>Remove an unnecessary directory:</para>
     191    <para>Remove an unnecessary directory and file:</para>
    192192
    193193<screen><userinput remap="install">rm -rfv /usr/lib/rpm
  • prologue/architecture.xml

    r8eb3fe4 r7d9f881  
    6262-->
    6363
    64 <para arch="multilib">You are reading the
    65 <emphasis>LFS-&version;-multilib</emphasis> book. Building a multilib system
    66 requires compiling many applications three times: once for the primary
    67 64-bit architecture; once for the minor 32-bit architecture; and once again for
    68 the 32-bit architecture with 64-bit memory extensions.</para>
    69 
    70 <para arch="multilib">Multilib goes a bit beyond the basic educational approach
    71 of LFS which is to teach you how to build a Linux system. If you haven't
    72 previously built by the standard LFS book, you are encouraged to do so before
    73 attempting this edition.</para>
    74 
    75 <para arch="multilib">Continue only if you meet the following requirements:
    76 <itemizedlist>
    77   <listitem><para>you have a x86_64 compatible machine</para></listitem>
    78   <listitem><para>you already have experience with LFS</para></listitem>
    79   <listitem><para>you have a need for 32-bit support</para></listitem>
    80 </itemizedlist>
    81 </para>
    82 
    8364</sect1>
    8465
  • prologue/preface.xml

    r8eb3fe4 r7d9f881  
    1515  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="audience.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="architecture.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="standards.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="why.xml"/>
Note: See TracChangeset for help on using the changeset viewer.