1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

toolchain: Fix libthreaddb not being installed

Signed-off-by: Michel Stam <m.stam@fugro.nl>

SVN-Revision: 42752
This commit is contained in:
Steven Barth 2014-10-02 19:47:39 +00:00
parent 3cdeac4173
commit 64e3cb9fe8

View File

@ -508,7 +508,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
$(INSTALL_DIR) $(1)/lib
$(CP) \
$(TOOLCHAIN_DIR)/lib/libthread_db.so.* $(1)/lib
ifeq ($(USE_UCLIBC),y)
ifeq ($(CONFIG_USE_UCLIBC),y)
$(CP) \
$(TOOLCHAIN_DIR)/lib/libthread_db-$(LIBC_SO_VERSION).so \
$(1)/lib/