Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: add the + token to any commands that can pass through the jobserver, ↵ | Felix Fietkau | 2012-09-23 | 1 | -1/+1 |
| | | | | | | fixes parallel build on some systems SVN-Revision: 33523 | ||||
* | gdb: gdbserver package dependency fix (#11179) | Florian Fainelli | 2012-09-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | gdb: use an updated 6.8a tarball | Florian Fainelli | 2012-02-14 | 1 | -3/+4 |
| | | | | SVN-Revision: 30543 | ||||
* | package/gdb: disable expat properly, remove conditional dependency on ↵ | Nicolas Thill | 2011-10-09 | 1 | -4/+4 |
| | | | | | | libexpat, bump release number SVN-Revision: 28390 | ||||
* | gdb: add dependency to libexpat when present | Jonas Gorski | 2011-08-01 | 1 | -2/+3 |
| | | | | | | Also prevent gdb from trying to link against the host's libexpat. SVN-Revision: 27859 | ||||
* | gdb: There are dep issues with cconfig.h. Disable parallel build for now. | Michael Büsch | 2010-10-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 23647 | ||||
* | gdb: Enable parallel build | Michael Büsch | 2010-10-09 | 1 | -1/+3 |
| | | | | SVN-Revision: 23373 | ||||
* | cleanup Makefiles (#7212) | Jo-Philipp Wich | 2010-04-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 21107 | ||||
* | this patch fixes gdb parallel build. | Travis Kemen | 2010-03-14 | 1 | -12/+18 |
| | | | | | | -Raphael SVN-Revision: 20187 | ||||
* | gdb: not support on cris | Nicolas Thill | 2009-12-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 18882 | ||||
* | gdb: fix build failure with arm targets | Nicolas Thill | 2009-12-20 | 1 | -1/+3 |
| | | | | SVN-Revision: 18865 | ||||
* | gdb: don't build on avr32 | Nicolas Thill | 2009-10-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 17865 | ||||
* | gdb: have both gdb & gdbserver share defaults | Nicolas Thill | 2009-10-05 | 1 | -7/+10 |
| | | | | SVN-Revision: 17863 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | gdb: fix gdbserver subpackage, cleanup | Nicolas Thill | 2009-02-23 | 1 | -7/+6 |
| | | | | SVN-Revision: 14649 | ||||
* | gdb: upgrade to 6.8, fixes libreadline compilation issues | Andy Boyett | 2009-01-16 | 2 | -325/+5 |
| | | | | SVN-Revision: 14063 | ||||
* | replace the gdbserver package with a full gdb package that also includes ↵ | Felix Fietkau | 2009-01-13 | 2 | -0/+388 |
gdbserver SVN-Revision: 14024 |