Changeset c68e018 for chapter08


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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.