mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
Make stripping work fo rboth x86 and x86_64
This commit is contained in:
parent
6a123d054e
commit
4350669654
@ -40,10 +40,15 @@
|
|||||||
Read the related entry in <xref linkend="pkgmgmt-upgrade-issues"/> for the
|
Read the related entry in <xref linkend="pkgmgmt-upgrade-issues"/> for the
|
||||||
rationale to use the <command>install</command> command here.</para>
|
rationale to use the <command>install</command> command here.</para>
|
||||||
|
|
||||||
|
<note><para>The linux loader's name is ld-linux-x86-64.so.2 on 64-bit systems
|
||||||
|
and ld-linux.so.2 on 32-bit systems. The contruct below selects the
|
||||||
|
correct name for the current architecture.</para></note>
|
||||||
|
|
||||||
|
|
||||||
<!-- 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="ld-linux-x86-64.so.2
|
<screen><userinput>save_usrlib="$(cd /usr/lib; ls ld_linux*)
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libthread_db.so.1
|
libthread_db.so.1
|
||||||
libquadmath.so.&libquadmath-version;
|
libquadmath.so.&libquadmath-version;
|
||||||
|
Loading…
Reference in New Issue
Block a user