Ignore:
Timestamp:
04/01/2019 05:00:45 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7d9f881
Parents:
1fa2099
Message:

First apply of multilib-patch of April 1st, 2019

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/stripping.xml

    r1fa2099 r8eb3fe4  
    1616  debugging symbols. Remove those symbols with:</para>
    1717
    18 <screen><userinput>strip --strip-debug /tools/lib/*
     18<screen arch="default"><userinput>strip --strip-debug /tools/lib/*
     19/usr/bin/strip --strip-unneeded /tools/{,s}bin/*</userinput></screen>
     20
     21<screen arch="multilib"><userinput>strip --strip-debug /tools/lib{,{,x}32}/*
    1922/usr/bin/strip --strip-unneeded /tools/{,s}bin/*</userinput></screen>
    2023
     
    3437  <para>Remove unneeded files:</para>
    3538
    36 <screen><userinput>find /tools/{lib,libexec} -name \*.la -delete</userinput></screen>
     39<screen arch="default"><userinput>find /tools/{lib,libexec} -name \*.la -delete</userinput></screen>
     40
     41<screen arch="multilib"><userinput>find /tools/{lib{,{,x}32},libexec} -name \*.la -delete</userinput></screen>
    3742
    3843  <para>At this point, you should have at least 3 GB of free space in
Note: See TracChangeset for help on using the changeset viewer.