gcc-final:

- install libstdc++-v3 in sysroot
This commit is contained in:
Stephan Raue 2009-10-03 23:04:31 +02:00
parent f1d1ce3cf4
commit 1a6b0a7853

View File

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