From e6474b72fd6476725f4503ff8caa42dfde94ef63 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 29 Oct 2012 19:25:34 +0000
Subject: [PATCH] gdb: use the libthread-db package instead of throwing the lib
 into the gdbserver package

SVN-Revision: 34000
---
 package/devel/gdb/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile
index d9d69d955a..50d12fcbf7 100644
--- a/package/devel/gdb/Makefile
+++ b/package/devel/gdb/Makefile
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/gdb/Default
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=@!(avr32||cris)
+  DEPENDS:=@!(avr32||cris) +libthread-db
   URL:=http://www.gnu.org/software/gdb/
 endef
 
@@ -80,10 +80,6 @@ endef
 define Package/gdbserver/install
 	$(INSTALL_DIR) $(1)/usr/bin
 	$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gdbserver $(1)/usr/bin/
-ifneq ($(CONFIG_USE_EGLIBC),)
-	$(INSTALL_DIR) $(1)/usr/lib
-	$(CP) $(TOOLCHAIN_DIR)/lib/libthread_db* $(1)/usr/lib
-endif
 endef
 
 $(eval $(call BuildPackage,gdb))
-- 
GitLab