Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/stripping.xml

    rbe5b2e0 r8ec5b53  
    4747  rationale for using the <command>install</command> command here.)</para>
    4848
    49   <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
    50   and ld-linux.so.2 on 32-bit systems.  The construct below selects the
     49  <note><para>The ELF loader's name may vary on different systems.
     50  The construct below selects the
    5151  correct name for the current architecture, excluding anything ending
    5252  with <quote>g</quote>, in case the commands below have already been
     
    8989online_usrbin="bash find strip"
    9090online_usrlib="libbfd-&binutils-version;.so
    91                libsframe.so.&libsframe-version;
     91               libsframe.so.0.0.0
    9292               libhistory.so.&readline-soversion;
    9393               libncursesw.so.&ncurses-version;
Note: See TracChangeset for help on using the changeset viewer.