Ignore:
Timestamp:
02/28/2024 04:02:53 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
c75f261
Parents:
2cf0cbbd
git-author:
Xi Ruoyao <xry111@…> (02/03/2024 02:39:08 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/28/2024 04:02:53 PM)
Message:

mips64el: adjust strip command for MIPS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/stripping.xml

    r2cf0cbbd r444bc9c  
    5050  rationale for using the <command>install</command> command here.)</para>
    5151
    52   <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
    53   and ld-linux.so.2 on 32-bit systems.  The construct below selects the
    54   correct name for the current architecture, excluding anything ending
    55   with <literal>g</literal>, in case the commands below have already been
    56   run.</para></note>
     52  <note><para>The ELF loader's name may be platform specific.
     53  The contruct below selects the correct name for the current architecture,
     54  excluding anything ending with <literal>g</literal>, in case the commands
     55  below have already been run.</para></note>
    5756
    5857  <important>
     
    7170
    7271<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->
    73 <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*[^g])
     72<screen><userinput>save_usrlib="$(cd /usr/lib; ls ld*.so.*[^g])
    7473             libc.so.6
    7574             libthread_db.so.1
Note: See TracChangeset for help on using the changeset viewer.