stage2: Link libstdc++ from toolchain to build chroot.

This commit is contained in:
Michael Tremer
2012-08-12 16:51:41 -04:00
parent bee870d74f
commit 4a3378526d

View File

@@ -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