Ignore:
Timestamp:
Jun 24, 2006, 12: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/mips64/createfiles.xml

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