mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
stage2: Link libstdc++ from toolchain to build chroot.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user