diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-14 06:38:24 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-14 06:38:24 +0000 |
commit | 0bf1ea9287e37205420476c4c06af9c41a435e65 (patch) | |
tree | 87df8a3f7cab052d62402381c30f88b61a43d76c /chapter06 | |
parent | 4eadbe196d4c4026a8b47e9b93f3d42f65157eab (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/createfiles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 9c447a198..831df0df3 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -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> |