mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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: Richard Braun <rbraun@sceen.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
b644575579
commit
696365f69b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user