target-finalize: do not strip libthread_db.so
authorMike Frysinger <vapier@gentoo.org>
Sat, 20 Nov 2010 10:29:28 +0000 (05:29 -0500)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 24 Nov 2010 21:24:06 +0000 (22:24 +0100)
commitc98bc88e3296222a20e59cfb7b9f3ec5aee3be1c
tree62937e32cd65bda535d9f79ebf571972f4533382
parent68ad6d4ee07aa8b800a0ec3f25f61d0177c43d40
target-finalize: do not strip libthread_db.so

For proper threading debug support, the libthread_db.so library cannot
be stripped on the target.  This is because the target gdbserver will
also load up this library at runtime and poke around its symbols.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile