Changeset c68e018


Ignore:
Timestamp:
06/19/2020 08:13:06 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
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, 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:
3543e03
Parents:
8072d3d
Message:

Various text fixes:

  • a wrong chapter in toolchain notes, and various text precisions

the option explanations of chapter 8 glibc (was labelled WIP)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r8072d3d rc68e018  
    6666             libc_cv_slibdir=/lib</userinput></screen>
    6767
    68   <!-- WIP -->
    6968    <variablelist>
    70       <title>The meaning of the options and new configure parameters:</title>
    71 <!--
    72       <varlistentry>
    73         <term><parameter>CC="gcc -ffile-prefix-map=$LFS_DIR=$DIR"</parameter></term>
    74         <listitem>
    75           <para>Make GCC record any references to files in <filename
    76           class="directory">/usr/lib/gcc/x86_64-lfs-linux-gnu</filename>
    77           in result of the compilation as if the files resided in <filename
    78           class="directory">/usr/lib/gcc/x86_64-pc-linux-gnu</filename>.
    79           This avoids introduction of invalid paths in debugging
    80           symbols.</para>
    81         </listitem>
    82       </varlistentry>
    83 -->
     69      <title>The meaning of the configure options:</title>
     70
    8471      <varlistentry>
    8572        <term><parameter>--disable-werror</parameter></term>
     
    8774          <para>This option disables the -Werror option passed to
    8875          GCC.  This is necessary for running the test suite.</para>
     76        </listitem>
     77      </varlistentry>
     78
     79      <varlistentry>
     80        <term><parameter>--enable-kernel=&min-kernel;</parameter></term>
     81        <listitem>
     82          <para>This option tells the build system that this glibc may
     83          be used with kernels as old as &min-kernel;. This means generating
     84          workarounds in case a system call introduced in a later version
     85          cannot be used.</para>
    8986        </listitem>
    9087      </varlistentry>
  • general.ent

    r8072d3d rc68e018  
    1 <!ENTITY version         "SVN-20200618">
     1<!ENTITY version         "SVN-20200619">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200618-systemd">
     6<!ENTITY versiond        "20200619-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "June 18th, 2020">
     10<!ENTITY releasedate     "June 19th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • part3intro/toolchaintechnotes.xml

    r8072d3d rc68e018  
    310310
    311311    <para>As said above, the standard C++ library is compiled next, followed in
    312     <xref linkend="chapter-cross-tools"/> by all the programs that need
    313     themselves to be built. The install
    314     step of libstdc++ uses the <envar>DESTDIR</envar> variable to have the
     312    <xref linkend="chapter-temporary-tools"/> by all the programs that need
     313    themselves to be built. The install step of all those packages uses the
     314    <envar>DESTDIR</envar> variable to have the
    315315    programs land into the LFS filesystem.</para>
    316316
    317     <para>In <xref linkend="chapter-temporary-tools"/> the native lfs
    318     compiler is built. First binutils-pass2,
    319     with the same <envar>DESTDIR</envar> install as the other programs is
    320     built, and then the second pass of GCC is constructed, omitting libstdc++
     317    <para>At the end of <xref linkend="chapter-temporary-tools"/> the native
     318    lfs compiler is installed. First binutils-pass2 is built,
     319    with the same <envar>DESTDIR</envar> install as the other programs,
     320    then the second pass of GCC is constructed, omitting libstdc++
    321321    and other non-important libraries.  Due to some weird logic in GCC's
    322322    configure script, <envar>CC_FOR_TARGET</envar> ends up as
Note: See TracChangeset for help on using the changeset viewer.