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
  • chapter06/createfiles.xml

    r1fa2099 r8eb3fe4  
    4040  software has been installed:</para>
    4141
    42 <screen><userinput>ln -sv /tools/bin/{bash,cat,chmod,dd,echo,ln,mkdir,pwd,rm,stty,touch} /bin
     42<screen arch="default"><userinput>ln -sv /tools/bin/{bash,cat,chmod,dd,echo,ln,mkdir,pwd,rm,stty,touch} /bin
    4343ln -sv /tools/bin/{env,install,perl,printf}         /usr/bin
    4444ln -sv /tools/lib/libgcc_s.so{,.1}                  /usr/lib
     
    4646
    4747install -vdm755 /usr/lib/pkgconfig
     48
     49ln -sv bash /bin/sh</userinput></screen>
     50<screen arch="multilib"><userinput>ln -sv /tools/bin/{bash,cat,chmod,dd,echo,ln,mkdir,pwd,rm,stty,touch} /bin
     51ln -sv /tools/bin/{env,install,perl,printf}         /usr/bin
     52for lib in lib{,32,x32}; do
     53  ln -sv /tools/$lib/libgcc_s.so{,.1}               /usr/$lib
     54  ln -sv /tools/$lib/libstdc++.{a,so{,.6}}          /usr/$lib
     55done
     56ln -sv /usr/libx32 /
     57
     58install -vdm755 /usr/lib{,32,x32}/pkgconfig
    4859
    4960ln -sv bash /bin/sh</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.