summaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-29 19:25:34 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-29 19:25:34 +0000
commitaa58b4fa3fc4cdf141ebe9f7375d7f991c17b945 (patch)
tree392776d7ccffe035d810c6fdb34668284c7851d9 /package/devel
parent7f8284a72890b5d3e3f3676af58b056f772670f2 (diff)
gdb: use the libthread-db package instead of throwing the lib into the gdbserver package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34000 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/gdb/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile
index d9d69d955..50d12fcbf 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))