From 0ceb295279190683d4121fbc4a7eb42597209d71 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 13 Feb 2021 02:26:13 +0000 Subject: document x86 ISA level related breakage and workaround git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/binutils.xml | 3 ++- chapter08/glibc.xml | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'chapter08') diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index a8f0f9802..c46caa92a 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -157,7 +157,8 @@ cd build make -k check - + Several tests named Run property ... are known to + fail. Install the package: 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 + + + + This disables x86 ISA needed property in + Glibc libraries. Use it if + you are building Glibc with option in + CFLAGS, to workaround an issue in Glibc-2.33 + breaking it. + + + Compile the package: -- cgit v1.2.3-54-g00ecf