From 635e87a2bbd48d8f4334b885a0f7a42c046710f3 Mon Sep 17 00:00:00 2001 From: Dmitry Ermakov Date: Sun, 5 Mar 2023 15:21:58 +0300 Subject: [PATCH] [T30] Keep libstdc++ --- scripts/executing_commands_for_musl.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/executing_commands_for_musl.sh b/scripts/executing_commands_for_musl.sh index a7fef4f8..7b1b5320 100755 --- a/scripts/executing_commands_for_musl.sh +++ b/scripts/executing_commands_for_musl.sh @@ -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 # -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++* fi