From: Michael Tremer Date: Sun, 12 Aug 2012 20:51:41 +0000 (-0400) Subject: stage2: Link libstdc++ from toolchain to build chroot. X-Git-Tag: v2.13-beta1~264 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=4a3378526dc03173db3bc97041150866b10093df stage2: Link libstdc++ from toolchain to build chroot. --- diff --git a/lfs/stage2 b/lfs/stage2 index 5f038c3250..04291d6e47 100644 --- a/lfs/stage2 +++ b/lfs/stage2 @@ -63,9 +63,11 @@ $(TARGET) : # Symlinks # for this reason, stage2 rebuild will broke the iso:perl, grubbatch - -ln -sv /tools/bin/{bash,cat,grep,pwd,stty} /bin + -ln -sv /tools/bin/{bash,cat,echo,pwd,stty} /bin -ln -sv /tools/bin/perl /usr/bin -ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib + -ln -sv /tools/lib/libstdc++.so{,.6} /usr/lib + sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la -ln -sv bash /bin/sh # Config files