loongarch: Remove elfutils patch

The elfutils-0.190 release already contains the changes in the patch.
This commit is contained in:
Xi Ruoyao 2023-11-14 03:11:51 +08:00
parent 07fda6fe2b
commit b671ead1ed
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
4 changed files with 4 additions and 17 deletions

View File

@ -304,6 +304,10 @@
<title>Removed:</title>
<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>

View File

@ -77,14 +77,6 @@
</listitem>
</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>

View File

@ -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 \

View File

@ -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">