mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
e7deac3aad
Signed-off-by: Alexey Neyman <stilor@att.net>
22 lines
402 B
Plaintext
22 lines
402 B
Plaintext
# GDB menu
|
|
|
|
## help gdb is the GNU debugger
|
|
|
|
source "config/versions/gdb.in"
|
|
|
|
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
|