glibc, toolchain-external: copy libthread_db when gdb is enabled
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Oct 2013 20:54:02 +0000 (21:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Oct 2013 18:10:28 +0000 (19:10 +0100)
commit934f8222f76407115a61014cde315514d56730ca
tree997a3b34b978dad3fe4f2d113213749dd709fc88
parent1e0b97d166ad7414081231148e82c53cd2950cc5
glibc, toolchain-external: copy libthread_db when gdb is enabled

As Samuel Martin noticed, libthread_db is not only needed when
cross-gdb+gdbserver is used, but also when the native gdb is used on
the target. As a consequence, this patch modifies the glibc package
and the external toolchain logic to ensure that libthread_db is copied
to the target either when the native gdb or gdbserver is enabled, by
relying on the BR2_PACKAGE_GDB option, which is enabled when native
gdb and/or gdbserver are enabled.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/glibc/glibc.mk
toolchain/toolchain-external/toolchain-external.mk