Changeset 46e4486 for chapter07/stripping.xml
- Timestamp:
- 07/28/2021 10:46:32 AM (11 months ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, arm, ml-11.0, multilib, trunk, xry111/clfs-ng, xry111/glibc-2.34, xry111/lfs-next
- Children:
- 8416b1f
- Parents:
- 08f72423
- git-author:
- Xi Ruoyao <xry111@…> (07/28/2021 09:04:08 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (07/28/2021 10:46:32 AM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/stripping.xml
r08f72423 r46e4486 88 88 89 89 <para>Strip off debugging symbols from binaries:</para> 90 <screen role="nodump"><userinput> strip --strip-unneeded $LFS/usr/lib/*91 strip --strip-unneeded $LFS/usr/{,s}bin/*92 strip --strip-unneeded $LFS/tools/bin/*</userinput></screen>90 <screen role="nodump"><userinput>$LFS_TGT-strip --strip-unneeded $LFS/usr/lib/* 91 $LFS_TGT-strip --strip-unneeded $LFS/usr/{,s}bin/* 92 $LFS_TGT-strip --strip-unneeded $LFS/tools/bin/*</userinput></screen> 93 93 94 94 <para>These commands will skip a number of files reporting that it does not
Note:
See TracChangeset
for help on using the changeset viewer.