From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Cercueil Date: Thu, 3 Apr 2014 23:01:14 +0200 Subject: [Buildroot] [PATCH 04/11] gdb: Fix on-target threads debugging In-Reply-To: <1396558881-29631-1-git-send-email-paul@crapouillou.net> References: <1396558881-29631-1-git-send-email-paul@crapouillou.net> Message-ID: <1396558881-29631-4-git-send-email-paul@crapouillou.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net From: Maarten ter Huurne Signed-Off-By: Maarten ter Huurne Acked-By: Paul Cercueil --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 09be13c..69ef7a5 100644 --- a/Makefile +++ b/Makefile @@ -506,6 +506,10 @@ $(BUILD_DIR)/.root: $(TARGET_DIR): $(BUILD_DIR)/.root +ifeq ($(BR2_PACKAGE_GDB),y) +BR2_STRIP_EXCLUDE_FILES += libpthread*.so* +endif + STRIP_FIND_CMD = find $(TARGET_DIR) ifneq (,$(call qstrip,$(BR2_STRIP_EXCLUDE_DIRS))) STRIP_FIND_CMD += \( $(call finddirclauses,$(TARGET_DIR),$(call qstrip,$(BR2_STRIP_EXCLUDE_DIRS))) \) -prune -o -- 1.9.0