From 9a559f67799478ee1d9b906650859956fc0b0722 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 15 Apr 2010 19:54:00 +0200 Subject: debug/gdb: reorder options in the menuconfig 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)" -- cgit v0.10.2-6-g49f6