Ignore:
Timestamp:
05/14/2021 10:47:43 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
2606939
Parents:
51c01bff
Message:

Remove entities for multilib pathes
Add usage of libc_cv_rtlddir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/strippingagain.xml

    r51c01bff r0ebda11  
    4545done</userinput>
    4646<userinput arch="ml_32,ml_all">
    47 cd &usr-lib-m32;
     47cd /usr/lib32
    4848for LIB in $save_usrlib; do
    4949    objcopy --only-keep-debug $LIB $LIB.dbg
     
    5252done</userinput>
    5353<userinput arch="ml_x32,ml_all">
    54 cd &usr-lib-mx32;
     54cd /usr/libx32
    5555for LIB in $save_usrlib; do
    5656    objcopy --only-keep-debug $LIB $LIB.dbg
     
    7171<screen><userinput>find /usr/lib -type f -name \*.a \
    7272   -exec strip --strip-debug {} ';'</userinput>
    73 <userinput arch="ml_32,ml_all">find &usr-lib-m32; -type f -name \*.a \
     73<userinput arch="ml_32,ml_all">find /usr/lib32 -type f -name \*.a \
    7474   -exec strip --strip-debug {} ';'</userinput>
    75 <userinput arch="ml_x32,ml_all">find &usr-lib-mx32; -type f -name \*.a \
     75<userinput arch="ml_x32,ml_all">find /usr/libx32 -type f -name \*.a \
    7676   -exec strip --strip-debug {} ';'</userinput><userinput>
    7777
    7878find /usr/lib -type f -name \*.so* ! -name \*dbg \
    7979   -exec strip --strip-unneeded {} ';'</userinput>
    80 <userinput arch="ml_32,ml_all">find &usr-lib-m32; -type f -name \*.so* ! -name \*dbg \
     80<userinput arch="ml_32,ml_all">find /usr/lib32 -type f -name \*.so* ! -name \*dbg \
    8181   -exec strip --strip-unneeded {} ';'</userinput>
    82 <userinput arch="ml_x32,ml_all">find &usr-lib-mx32; -type f -name \*.so* ! -name \*dbg \
     82<userinput arch="ml_x32,ml_all">find /usr/libx32 -type f -name \*.so* ! -name \*dbg \
    8383   -exec strip --strip-unneeded {} ';'</userinput><userinput>
    8484
Note: See TracChangeset for help on using the changeset viewer.