Commit 696365f6 authored by Richard Braun's avatar Richard Braun Committed by Peter Korsgaard
Browse files

toolchain-external: fix installation of libthread_db



Whatever the gdbserver source, as long as it's installed on the target,
assume it requires libthread_db.

Signed-off-by: default avatarRichard Braun <rbraun@sceen.net>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent b6445755
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ endif

ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
LIB_EXTERNAL_LIBS+=libpthread.so
ifeq ($(BR2_PACKAGE_GDB_SERVER),y)
ifneq ($(BR2_PACKAGE_GDB_SERVER)$(BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY),)
LIB_EXTERNAL_LIBS+=libthread_db.so
endif # gdbserver
endif # ! no threads