[T30] Keep libstdc++

pull/658/head
Dmitry Ermakov 2023-03-05 15:21:58 +03:00
parent e686f246de
commit 635e87a2bb
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,10 @@ ln -sfv /lib/libc.so ${TARGET_DIR}/lib/ld-uClibc.so.0
ln -sfv ../../lib/libc.so ${TARGET_DIR}/usr/bin/ldd ln -sfv ../../lib/libc.so ${TARGET_DIR}/usr/bin/ldd
# #
if ! grep -q ^BR2_PACKAGE_WIFIBROADCAST=y ${BR2_CONFIG} && ! grep -q ^BR2_PACKAGE_LIBV4L=y ${BR2_CONFIG} ; then if ! grep -q ^BR2_PACKAGE_WIFIBROADCAST=y ${BR2_CONFIG} && \
! grep -q ^BR2_PACKAGE_LIBV4L=y ${BR2_CONFIG} && \
! grep -q ^BR2_PACKAGE_INGENIC_OSDRV_T30=y ${BR2_CONFIG} \
; then
rm -f ${TARGET_DIR}/usr/lib/libstdc++* rm -f ${TARGET_DIR}/usr/lib/libstdc++*
fi fi