Changeset 4350669
- Timestamp:
- 08/04/2021 02:58:23 AM (3 years ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 99e6535, f5b747c
- Parents:
- 6a123d05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/strippingagain.xml
r6a123d05 r4350669 41 41 rationale to use the <command>install</command> command here.</para> 42 42 43 <note><para>The linux loader's name is ld-linux-x86-64.so.2 on 64-bit systems 44 and ld-linux.so.2 on 32-bit systems. The contruct below selects the 45 correct name for the current architecture.</para></note> 46 47 43 48 <!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC --> 44 49 45 50 <!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"--> 46 <screen><userinput>save_usrlib="ld-linux-x86-64.so.2 51 <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld_linux*) 47 52 libc.so.6 48 53 libthread_db.so.1
Note:
See TracChangeset
for help on using the changeset viewer.