diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-08-03 05:45:09 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-08-03 05:45:09 +0200 |
commit | 66bfc2bb563a2f8d559512657c745d1463ef3938 (patch) | |
tree | 59594be5895cc2bd7eb00fc6d553c6cf35d37337 /chapter05 | |
parent | 6ff520fb98a42d0fd9326fdf16f24d268b2ba2d7 (diff) | |
parent | adcaf07efbeb8f787f704907a0699e99b633cf6f (diff) |
Automatic merge of trunk into multilib
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index bfa68ffab..07cda22df 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -65,10 +65,6 @@ ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.3</userinput></s <screen><userinput remap="pre">patch -Np1 -i ../glibc-&glibc-version;-fhs-1.patch</userinput></screen> - <para>Fix a build issue with gcc-11.1:</para> - -<screen><userinput remap="pre">sed 's/amx_/amx-/' -i sysdeps/x86/tst-cpu-features-supports.c</userinput></screen> - <para>The Glibc documentation recommends building Glibc in a dedicated build directory:</para> @@ -138,17 +134,6 @@ 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> |