summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.cross
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in.cross')
-rw-r--r--config/debug/gdb.in.cross22
1 files changed, 11 insertions, 11 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index 78b0549..fb1186d 100644
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -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)"