diff options
Diffstat (limited to 'chapter08/glibc.xml')
-rw-r--r-- | chapter08/glibc.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 6432881cf..d073f1d88 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -111,6 +111,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>Compile the package:</para> |