Changeset 0ceb295


Ignore:
Timestamp:
02/13/2021 02:26:13 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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:
0b52f7ba
Parents:
4f8ae861
Message:

document x86 ISA level related breakage and workaround

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r4f8ae861 r0ceb295  
    121121      </varlistentry>
    122122
     123      <varlistentry>
     124        <term><option>libc_cv_include_x86_isa_level=no</option></term>
     125        <listitem>
     126          <para>This disables <quote>x86 ISA needed</quote> property in
     127          Glibc libraries.  Use it <emphasis role="bold">if</emphasis>
     128          you are building Glibc with <option>-march</option> option in
     129          <envar>CFLAGS</envar>, to workaround an issue in Glibc-2.33
     130          breaking it.</para>
     131        </listitem>
     132      </varlistentry>
     133
    123134    </variablelist>
    124135
  • chapter08/binutils.xml

    r4f8ae861 r0ceb295  
    158158<screen><userinput remap="test">make -k check</userinput></screen>
    159159
    160 <!--    <para>The ver_test_pr16504.sh test is known to fail.</para>-->
     160    <para>Several tests named <quote>Run property ...</quote> are known to
     161    fail.</para>
    161162
    162163    <para>Install the package:</para>
  • chapter08/glibc.xml

    r4f8ae861 r0ceb295  
    109109          <para>This variable sets the correct library for all
    110110          systems.  We do not want lib64 to be used.</para>
     111        </listitem>
     112      </varlistentry>
     113
     114      <varlistentry>
     115        <term><option>libc_cv_include_x86_isa_level=no</option></term>
     116        <listitem>
     117          <para>This disables <quote>x86 ISA needed</quote> property in
     118          Glibc libraries.  Use it <emphasis role="bold">if</emphasis>
     119          you are building Glibc with <option>-march</option> option in
     120          <envar>CFLAGS</envar>, to workaround an issue in Glibc-2.33
     121          breaking it.</para>
    111122        </listitem>
    112123      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.