aboutsummaryrefslogtreecommitdiffstats
path: root/package/gdb/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* gdb: move to package/devel/Felix Fietkau2012-10-101-87/+0
| | | | SVN-Revision: 33706
* build: add the + token to any commands that can pass through the jobserver, ↵Felix Fietkau2012-09-231-1/+1
| | | | | | fixes parallel build on some systems SVN-Revision: 33523
* gdb: gdbserver package dependency fix (#11179)Florian Fainelli2012-09-191-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 tarballFlorian Fainelli2012-02-141-3/+4
| | | | SVN-Revision: 30543
* package/gdb: disable expat properly, remove conditional dependency on ↵Nicolas Thill2011-10-091-4/+4
| | | | | | libexpat, bump release number SVN-Revision: 28390
* gdb: add dependency to libexpat when presentJonas Gorski2011-08-011-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üsch2010-10-261-1/+1
| | | | SVN-Revision: 23647
* gdb: Enable parallel buildMichael Büsch2010-10-091-1/+3
| | | | SVN-Revision: 23373
* cleanup Makefiles (#7212)Jo-Philipp Wich2010-04-231-0/+1
| | | | SVN-Revision: 21107
* this patch fixes gdb parallel build.Travis Kemen2010-03-141-12/+18
| | | | | | -Raphael SVN-Revision: 20187
* gdb: not support on crisNicolas Thill2009-12-221-1/+1
| | | | SVN-Revision: 18882
* gdb: fix build failure with arm targetsNicolas Thill2009-12-201-1/+3
| | | | SVN-Revision: 18865
* gdb: don't build on avr32Nicolas Thill2009-10-051-0/+1
| | | | SVN-Revision: 17865
* gdb: have both gdb & gdbserver share defaultsNicolas Thill2009-10-051-7/+10
| | | | SVN-Revision: 17863
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* gdb: fix gdbserver subpackage, cleanupNicolas Thill2009-02-231-7/+6
| | | | SVN-Revision: 14649
* gdb: upgrade to 6.8, fixes libreadline compilation issuesAndy Boyett2009-01-161-3/+5
| | | | SVN-Revision: 14063
* replace the gdbserver package with a full gdb package that also includes ↵Felix Fietkau2009-01-131-0/+66
gdbserver SVN-Revision: 14024