# HG changeset patch # User "Yann E. MORIN" # Date 1271354040 -7200 # Node ID 78557644e31d55113053a7f34c9c3303a66c813f # Parent abbceddd82bb55e006f5fe6190cb0372c085da19 debug/gdb: reorder options in the menuconfig diff -r abbceddd82bb -r 78557644e31d config/debug/gdb.in.cross --- a/config/debug/gdb.in.cross Thu Apr 15 22:34:35 2010 +0200 +++ b/config/debug/gdb.in.cross Thu Apr 15 19:54:00 2010 +0200 @@ -10,6 +10,17 @@ 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 @@ 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)"