aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-08-02 20:52:40 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-08-02 20:52:40 -0500
commit9c7598cc15b7ec877b0350fbdc9d1d1fe466405b (patch)
tree0edf8476fd41f1e39414c76a738ac5d0f772b59d /chapter05
parentea0f48e5a8d9b1e8d6a41ee2985b573f05c12985 (diff)
Package updates.
Update to glibc-2.34. Update to diffutils-3.8. Update to libcap-2.52.
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index d715d43cd..37a222bd1 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -62,10 +62,6 @@ esac</userinput></screen>
<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>
@@ -127,17 +123,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>