mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
debug/gdb: reorder options in the menuconfig
This commit is contained in:
parent
cc78bea7d3
commit
9a559f6779
@ -10,6 +10,17 @@ config GDB_CROSS
|
||||
|
||||
if GDB_CROSS
|
||||
|
||||
config GDB_CROSS_STATIC
|
||||
bool
|
||||
prompt "Build a static cross gdb"
|
||||
default n
|
||||
help
|
||||
A static cross gdb can be usefull if you debug on a machine that is
|
||||
not the one that is used to compile the toolchain.
|
||||
|
||||
That way, you can share the cross-gdb without installing a toolchain
|
||||
on every machine that will be used to debug target programs.
|
||||
|
||||
config GDB_CROSS_USE_GMP_MPFR
|
||||
bool
|
||||
prompt "Use GMP/MPFR"
|
||||
@ -32,17 +43,6 @@ config GDB_CROSS_USE_MPC
|
||||
|
||||
Say 'Y' here if you want to use MPC.
|
||||
|
||||
config GDB_CROSS_STATIC
|
||||
bool
|
||||
prompt "Build a static cross gdb"
|
||||
default n
|
||||
help
|
||||
A static cross gdb can be usefull if you debug on a machine that is
|
||||
not the one that is used to compile the toolchain.
|
||||
|
||||
That way, you can share the cross-gdb without installing a toolchain
|
||||
on every machine that will be used to debug target programs.
|
||||
|
||||
config GDB_CROSS_INSIGHT
|
||||
bool
|
||||
prompt "Use Insight instead (EXPERIMENTAL)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user