config/debug/gdb.in.cross
changeset 1851 59e178812e8d
parent 1849 73f76483a389
child 1853 8676886c1ca9
     1.1 --- a/config/debug/gdb.in.cross	Mon Mar 15 21:42:55 2010 +0100
     1.2 +++ b/config/debug/gdb.in.cross	Mon Mar 15 21:51:20 2010 +0100
     1.3 @@ -10,10 +10,27 @@
     1.4  
     1.5  if GDB_CROSS
     1.6  
     1.7 +config GDB_CROSS_USE_GMP_MPFR
     1.8 +    bool
     1.9 +    prompt "Use GMP/MPFR"
    1.10 +    default n
    1.11 +    select GMP
    1.12 +    select MPFR
    1.13 +    select GDB_CROSS_NO_STATIC
    1.14 +    help
    1.15 +      gdb can use GMP+MPFR, although it does not seem compulsory.
    1.16 +      
    1.17 +      Say 'Y' here if you want to use GMP+MPFR.
    1.18 +
    1.19 +config GDB_CROSS_NO_STATIC
    1.20 +    bool
    1.21 +    default n
    1.22 +
    1.23  config GDB_CROSS_STATIC
    1.24      bool
    1.25      prompt "Build a static cross gdb"
    1.26      default n
    1.27 +    depends on ! GDB_CROSS_NO_STATIC
    1.28      help
    1.29        A static cross gdb can be usefull if you debug on a machine that is
    1.30        not the one that is used to compile the toolchain.