From 5b05acb751b2e41b692eeb6801e5ebc79b1916dd Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Mon, 31 Jan 2022 10:57:06 +0300 Subject: [PATCH] Enable libstdc++ for glibc based devices --- scripts/executing_commands_for_glibc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/executing_commands_for_glibc.sh b/scripts/executing_commands_for_glibc.sh index 587efb0a..b5f2c164 100755 --- a/scripts/executing_commands_for_glibc.sh +++ b/scripts/executing_commands_for_glibc.sh @@ -10,5 +10,5 @@ echo "BUILD_OPTION=lite" >>${TARGET_DIR}/usr/lib/os-release echo 'Note: BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"' # # Comment out this line if you want to save the libraries -rm -f ${TARGET_DIR}/usr/lib/libstdc++* +# rm -f ${TARGET_DIR}/usr/lib/libstdc++* #