Ignore:
Timestamp:
06/26/2022 11:17:17 AM (22 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
e4d72ed
Parents:
100ca4e (diff), bfc6495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/stripping.xml

    r100ca4e rf7c33596  
    4343  <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
    4444  and ld-linux.so.2 on 32-bit systems.  The construct below selects the
    45   correct name for the current architecture.</para></note>
     45  correct name for the current architecture, excluding anything ending
     46  with <quote>g</quote>, in case the commands below have already been
     47  run.</para></note>
    4648
    4749<!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC -->
    4850
    4951<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->
    50 <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*)
     52<screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*[^g])
    5153             libc.so.6
    5254             libthread_db.so.1
Note: See TracChangeset for help on using the changeset viewer.