mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
9fdb93cce0
This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net>
20 lines
369 B
Plaintext
20 lines
369 B
Plaintext
# GDB menu
|
|
|
|
## help gdb is the GNU debugger
|
|
|
|
source "config/debug/gdb.in.cross"
|
|
source "config/debug/gdb.in.native"
|
|
source "config/debug/gdb.in.gdbserver"
|
|
|
|
config GDB_HAS_PKGVERSION_BUGURL
|
|
bool
|
|
default y if GDB_7_0_or_later
|
|
|
|
config GDB_HAS_PYTHON
|
|
bool
|
|
default y if GDB_7_0_or_later
|
|
|
|
config GDB_INSTALL_GDBINIT
|
|
bool
|
|
default y if GDB_7_0_or_later
|