diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-13 02:26:13 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-13 02:26:13 +0000 |
commit | 0ceb295279190683d4121fbc4a7eb42597209d71 (patch) | |
tree | 0ddd671ed7853811ebf08c5941f51cd5df6313da /chapter05 | |
parent | 4f8ae861583a6047f37de0746a4ca330c7126bab (diff) |
document x86 ISA level related breakage and workaround
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 65f954305..ec22b8069 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -120,6 +120,17 @@ cd build</userinput></screen> </listitem> </varlistentry> + <varlistentry> + <term><option>libc_cv_include_x86_isa_level=no</option></term> + <listitem> + <para>This disables <quote>x86 ISA needed</quote> property in + Glibc libraries. Use it <emphasis role="bold">if</emphasis> + you are building Glibc with <option>-march</option> option in + <envar>CFLAGS</envar>, to workaround an issue in Glibc-2.33 + breaking it.</para> + </listitem> + </varlistentry> + </variablelist> <para>During this stage the following warning might appear:</para> |