diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-15 20:00:23 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-15 20:00:23 +0200 |
commit | 3ad58b9c50b7a204776120cf2c09731520c70be4 (patch) | |
tree | 83f402a6b6145830757a317fd5f373727cb174f5 /config/debug | |
parent | 9a559f67799478ee1d9b906650859956fc0b0722 (diff) | |
download | crosstool-ng-3ad58b9c50b7a204776120cf2c09731520c70be4.tar.gz crosstool-ng-3ad58b9c50b7a204776120cf2c09731520c70be4.tar.bz2 crosstool-ng-3ad58b9c50b7a204776120cf2c09731520c70be4.zip |
debug/gdb: remove insight
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.
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in.cross | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross index fb1186d1..f5afe094 100644 --- a/config/debug/gdb.in.cross +++ b/config/debug/gdb.in.cross @@ -43,15 +43,4 @@ config GDB_CROSS_USE_MPC Say 'Y' here if you want to use MPC. -config GDB_CROSS_INSIGHT - bool - prompt "Use Insight instead (EXPERIMENTAL)" - default n - depends on EXPERIMENTAL - help - If you say 'Y' here, then Insight will be used to build the cross - debugger, instead of the plain gdb. - - Insight is gdb plus a TCL/TK GUI: http://sourceware.org/insight/ - endif # GDB_CROSS |