Florian Fainelli
c7f0f973ab
gdb: gdbserver package dependency fix ( #11179 )
...
In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15
selected) due to a missing dependency:
Package gdbserver is missing dependencies for the following libraries:
libthread_db.so.1
In order to fix it, the system shared lib libthread_db.so.1 is copied from
the toolchain lib dir into the gdb package target structure (/usr/lib) to
pass the dependency checks.
This patch was (quickly) reviewed by Paul Fertser on IRC.
Signed-off-by: xxiao <xxiao@fosiao.com>
Signed-off-by: Matthieu Boujonnier <openwrt-devel@metaverse.fr>
SVN-Revision: 33479
2012-09-19 15:13:50 +00:00
Florian Fainelli
214c2e57fd
gdb: use an updated 6.8a tarball
...
SVN-Revision: 30543
2012-02-14 20:13:28 +00:00
Nicolas Thill
e80e75321f
package/gdb: disable expat properly, remove conditional dependency on libexpat, bump release number
...
SVN-Revision: 28390
2011-10-09 14:11:33 +00:00
Jonas Gorski
478decc60b
gdb: add dependency to libexpat when present
...
Also prevent gdb from trying to link against the host's libexpat.
SVN-Revision: 27859
2011-08-01 09:32:01 +00:00
Michael Büsch
1f948866b8
gdb: There are dep issues with cconfig.h. Disable parallel build for now.
...
SVN-Revision: 23647
2010-10-26 22:45:41 +00:00
Michael Büsch
409e44a4e8
gdb: Enable parallel build
...
SVN-Revision: 23373
2010-10-09 21:32:38 +00:00
Jo-Philipp Wich
b1e7cd577b
cleanup Makefiles ( #7212 )
...
SVN-Revision: 21107
2010-04-23 11:27:29 +00:00
Travis Kemen
5a32f56774
this patch fixes gdb parallel build.
...
-Raphael
SVN-Revision: 20187
2010-03-14 01:50:53 +00:00
Nicolas Thill
026d20249b
gdb: not support on cris
...
SVN-Revision: 18882
2009-12-22 06:09:48 +00:00
Nicolas Thill
efff03d144
gdb: fix build failure with arm targets
...
SVN-Revision: 18865
2009-12-20 23:24:16 +00:00
Nicolas Thill
3b0d91c6f5
gdb: don't build on avr32
...
SVN-Revision: 17865
2009-10-05 09:47:24 +00:00
Nicolas Thill
b17f4b2a26
gdb: have both gdb & gdbserver share defaults
...
SVN-Revision: 17863
2009-10-05 09:12:05 +00:00
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Nicolas Thill
8e079ddee0
gdb: fix gdbserver subpackage, cleanup
...
SVN-Revision: 14649
2009-02-23 23:58:07 +00:00
Andy Boyett
51d17e47c2
gdb: upgrade to 6.8, fixes libreadline compilation issues
...
SVN-Revision: 14063
2009-01-16 18:36:37 +00:00
Felix Fietkau
abeebe75f4
replace the gdbserver package with a full gdb package that also includes gdbserver
...
SVN-Revision: 14024
2009-01-13 16:27:51 +00:00