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

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