diff options
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter08/libelf.xml | 5 | ||||
-rw-r--r-- | patches.ent | 4 |
4 files changed, 4 insertions, 17 deletions
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 0586b3d02..b2e665534 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -305,6 +305,10 @@ <listitem><para></para></listitem> <!-- satisfy build --> <listitem> + <para>elfutils-0.189-loongarch-3.patch</para> + </listitem> + + <listitem> <para>glibc-2.38-memalign_fix-1.patch</para> </listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 6d3717fc2..fd348a1e4 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -78,14 +78,6 @@ </varlistentry> --> <varlistentry> - <term>Elfutils LoongArch Support Patch - <token>&elfutils-loongarch-patch-size;</token>:</term> - <listitem> - <para>Download: <ulink url="https://www.linuxfromscratch.org/~xry111/lfs/patches/&elfutils-loongarch-patch;"/></para> - <para>MD5 sum: <literal>&elfutils-loongarch-patch-md5;</literal></para> - </listitem> - </varlistentry> - - <varlistentry> <term>Glibc Upstream Fixes Patch - <token>&glibc-upstream-fixes-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&glibc-upstream-fixes-patch;"/></para> diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index 6a36be026..a17818274 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -44,11 +44,6 @@ <para>Libelf is part of the elfutils-&elfutils-version; package. Use the elfutils-&elfutils-version;.tar.bz2 file as the source tarball.</para> - <para>Add LoongArch support for this package:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&elfutils-loongarch-patch; -autoreconf -fi</userinput></screen> - <para>Prepare Libelf for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ diff --git a/patches.ent b/patches.ent index f42d80206..4107b2dc2 100644 --- a/patches.ent +++ b/patches.ent @@ -10,10 +10,6 @@ <!ENTITY coreutils-i18n-patch-md5 "cca7dc8c73147444e77bc45d210229bb"> <!ENTITY coreutils-i18n-patch-size "166 KB"> -<!ENTITY elfutils-loongarch-patch "elfutils-&elfutils-version;-loongarch-3.patch"> -<!ENTITY elfutils-loongarch-patch-md5 "cd7125a123145d1e2911b1dd2186793a"> -<!ENTITY elfutils-loongarch-patch-size "44 KB"> - <!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch"> <!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2"> <!ENTITY glibc-fhs-patch-size "2.8 KB"> |