Changeset 1e73f25 for boot/multilib


Ignore:
Timestamp:
Jun 24, 2006, 7:06:07 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
d721c3d
Parents:
7dc6cc5
Message:

Added commands to symlink /tools/lib/libstd* to /usr/lib. This fixes a lot of errors in testsuits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/multilib/createfiles.xml

    r7dc6cc5 r1e73f25  
    1818ln -sv /tools/lib/libgcc_s.so{,.1} ${LFS}/usr/lib
    1919ln -sv /tools/lib64/libgcc_s.so{,.1} ${LFS}/usr/lib64
     20ln -sv /tools/lib/libstd* ${LFS}/usr/lib
     21ln -sv /tools/lib64/libstd* ${LFS}/usr/lib64
    2022ln -sv bash ${LFS}/bin/sh</userinput></screen>
    2123
Note: See TracChangeset for help on using the changeset viewer.