mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Add symlink /usr/lib/libgcc_s.so.1 to allow gcc abi_check to run. Future NPTL needs this as well.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4eadbe196d
commit
0bf1ea9287
@ -87,6 +87,10 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 14th, 2003 [greg]: Chapter 6 - Create essential
|
||||
symlinks: Add symlink /usr/lib/libgcc_s.so.1 to allow gcc abi_check to run.
|
||||
Future NPTL needs this as well.</para></listitem>
|
||||
|
||||
<listitem><para>September 13th, 2003 [jwrober]: Added PLFS hint text to the
|
||||
page in Chapter 6 for creating passwd and group: bug 596.</para></listitem>
|
||||
|
||||
|
@ -11,6 +11,7 @@ we're installing all the software.</para>
|
||||
ln -s /tools/bin/{rm,mv,chmod,chgrp} /bin
|
||||
ln -s /tools/bin/{perl,msgfmt,xgettext,msgmerge,install} /usr/bin
|
||||
ln -s /tools/bin/{sort,gawk,cmp} /usr/bin
|
||||
ln -s /tools/lib/libgcc_s.so.1 /usr/lib
|
||||
ln -s bash /bin/sh
|
||||
ln -s ../usr/bin/install /bin</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user