diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/external-toolchain/ext-tool.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/external-toolchain/ext-tool.mk b/toolchain/external-toolchain/ext-tool.mk index e858edb8c..8daae15ae 100644 --- a/toolchain/external-toolchain/ext-tool.mk +++ b/toolchain/external-toolchain/ext-tool.mk @@ -264,6 +264,9 @@ endif ifneq ($(BR2_PTHREADS_NONE),y) EXTERNAL_LIBS+=libpthread.so +ifeq ($(BR2_PACKAGE_GDB_SERVER),y) +EXTERNAL_LIBS+=libthread_db.so +endif # gdbserver endif # ! no threads # SYSROOT_DIR selection. We first try the -print-sysroot option, |