From 25f32ffa80a3200712dcdb8c30e6f4e12a684421 Mon Sep 17 00:00:00 2001
From: "Igor Zalatov (from Citadel PC)" <flyrouter@gmail.com>
Date: Fri, 17 Dec 2021 00:25:39 +0300
Subject: [PATCH] Up

---
 scripts/executing_commands_for_glibc.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/executing_commands_for_glibc.sh b/scripts/executing_commands_for_glibc.sh
index e71ff152..19361f6d 100755
--- a/scripts/executing_commands_for_glibc.sh
+++ b/scripts/executing_commands_for_glibc.sh
@@ -8,3 +8,6 @@ date "+GITHUB_VERSION=\"${BRANCH_NAME}+${GIT_HASH}, %Y-%m-%d\"" >>${TARGET_DIR}/
 #
 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++*
+#