aboutsummaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.cross
Commit message (Collapse)AuthorAgeFilesLines
* kconfig: remove useless 'default n'Benoît THÉBAUDEAU"2011-05-311-1/+0
| | | | | | | kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
* debug/gdb: global static forces static cross-gdbBryan Hundven"2010-12-091-0/+3
| | | | | | | If the global static option is set, then build host binutils statically. Signed-off-by: "Bryan Hundven" <bryanhundven@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* debug/gdb: companion libs are not usedYann E. MORIN"2010-08-231-22/+0
| | | | | | | | | | | Although the gdb ./configure advertises for GMP and MPFR, those libraries are not used by gdb (the ./configure is used across different packages, hence the check for GMP/MPFR). See: http://sourceware.org/ml/crossgcc/2010-08/msg00168.html The same applies to MPC. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* debug/gdb: remove insightYann E. MORIN"2010-04-151-11/+0
| | | | | | | | Insight seems to be very slow to follow up on mainstreram gdb. Latest snapshots are more than 6 months old. Moreover, I don't have time to maintain insight support in crosstool-NG; and, because I don't use it, I am unable to find any breakage.
* debug/gdb: reorder options in the menuconfigYann E. MORIN"2010-04-151-11/+11
|
* debug/gdb: allow static build with complibsYann E. MORIN"2010-04-151-7/+0
| | | | | It is now possible to built static versions of the companion libraries, so we can now build a static cross-gdb using the complibs.
* debug/gdb: gdb>=7.0 can use MPC, enable for cross-gdbYann E. MORIN"2010-03-151-0/+12
|
* debug/gdb: add option to use GMP and MPFRYann E. MORIN"2010-03-151-0/+17
| | | | GMP and MPFR are optional for gdb, so offer a config option.
* debug/gdb: split menuconfig for easier maintenanceYann E. MORIN"2010-03-151-0/+35