mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
gcc-final:
- install libstdc++-v3 in sysroot
This commit is contained in:
parent
f1d1ce3cf4
commit
1a6b0a7853
@ -4,6 +4,8 @@
|
||||
|
||||
if [ "$2" = toolchain ]; then
|
||||
make -C $BUILD/gcc*/objdir-$1 install
|
||||
cp -PR $BUILD/gcc*/objdir-$1*/$TARGET_NAME/libstdc++-v3/src/.libs/libstdc++.so* \
|
||||
$SYSROOT_PREFIX/usr/lib
|
||||
$SCRIPTS/install ccache toolchain
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user