mips64el: adjust strip command for MIPS

This commit is contained in:
Xi Ruoyao 2024-02-03 22:39:08 +08:00
parent 2cf0cbbd76
commit 444bc9c160
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -49,11 +49,10 @@
(The related entry in <xref linkend="pkgmgmt-upgrade-issues"/> gives the (The related entry in <xref linkend="pkgmgmt-upgrade-issues"/> gives the
rationale for using the <command>install</command> command here.)</para> rationale for using the <command>install</command> command here.)</para>
<note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems <note><para>The ELF loader's name may be platform specific.
and ld-linux.so.2 on 32-bit systems. The construct below selects the The contruct below selects the correct name for the current architecture,
correct name for the current architecture, excluding anything ending excluding anything ending with <literal>g</literal>, in case the commands
with <literal>g</literal>, in case the commands below have already been below have already been run.</para></note>
run.</para></note>
<important> <important>
<para> <para>
@ -70,7 +69,7 @@
<!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC --> <!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC -->
<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"--> <!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->
<screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*[^g]) <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld*.so.*[^g])
libc.so.6 libc.so.6
libthread_db.so.1 libthread_db.so.1
libquadmath.so.&libquadmath-version; libquadmath.so.&libquadmath-version;