diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-15 19:54:00 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-15 19:54:00 +0200 |
commit | 9a559f67799478ee1d9b906650859956fc0b0722 (patch) | |
tree | 3ca96b4a4e074925b415ddb67543e7326b29c8ba /config/debug | |
parent | cc78bea7d3de2d433aa622b4e5c15c26b25bbb5f (diff) | |
download | crosstool-ng-9a559f67799478ee1d9b906650859956fc0b0722.tar.gz crosstool-ng-9a559f67799478ee1d9b906650859956fc0b0722.tar.bz2 crosstool-ng-9a559f67799478ee1d9b906650859956fc0b0722.zip |
debug/gdb: reorder options in the menuconfig
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in.cross | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross index 78b0549e..fb1186d1 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)" |