config/debug/gdb.in.cross
changeset 1915 78557644e31d
parent 1914 abbceddd82bb
child 1916 e5b635bb9290
     1.1 --- a/config/debug/gdb.in.cross	Thu Apr 15 22:34:35 2010 +0200
     1.2 +++ b/config/debug/gdb.in.cross	Thu Apr 15 19:54:00 2010 +0200
     1.3 @@ -10,6 +10,17 @@
     1.4  
     1.5  if GDB_CROSS
     1.6  
     1.7 +config GDB_CROSS_STATIC
     1.8 +    bool
     1.9 +    prompt "Build a static cross gdb"
    1.10 +    default n
    1.11 +    help
    1.12 +      A static cross gdb can be usefull if you debug on a machine that is
    1.13 +      not the one that is used to compile the toolchain.
    1.14 +      
    1.15 +      That way, you can share the cross-gdb without installing a toolchain
    1.16 +      on every machine that will be used to debug target programs.
    1.17 +
    1.18  config GDB_CROSS_USE_GMP_MPFR
    1.19      bool
    1.20      prompt "Use GMP/MPFR"
    1.21 @@ -32,17 +43,6 @@
    1.22        
    1.23        Say 'Y' here if you want to use MPC.
    1.24  
    1.25 -config GDB_CROSS_STATIC
    1.26 -    bool
    1.27 -    prompt "Build a static cross gdb"
    1.28 -    default n
    1.29 -    help
    1.30 -      A static cross gdb can be usefull if you debug on a machine that is
    1.31 -      not the one that is used to compile the toolchain.
    1.32 -      
    1.33 -      That way, you can share the cross-gdb without installing a toolchain
    1.34 -      on every machine that will be used to debug target programs.
    1.35 -
    1.36  config GDB_CROSS_INSIGHT
    1.37      bool
    1.38      prompt "Use Insight instead (EXPERIMENTAL)"