config/debug/gdb.in.cross
changeset 2098 9a8f0e3fe605
parent 1916 e5b635bb9290
child 2209 cdafca8bdaa8
     1.1 --- a/config/debug/gdb.in.cross	Thu Apr 15 20:00:23 2010 +0200
     1.2 +++ b/config/debug/gdb.in.cross	Mon Aug 23 10:38:15 2010 +0200
     1.3 @@ -21,26 +21,4 @@
     1.4        That way, you can share the cross-gdb without installing a toolchain
     1.5        on every machine that will be used to debug target programs.
     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 -    help
    1.14 -      gdb can use GMP+MPFR, although it does not seem compulsory.
    1.15 -      
    1.16 -      Say 'Y' here if you want to use GMP+MPFR.
    1.17 -
    1.18 -config GDB_CROSS_USE_MPC
    1.19 -    bool
    1.20 -    prompt "Use MPC"
    1.21 -    default n
    1.22 -    select GDB_CROSS_USE_GMP_MPFR
    1.23 -    select MPC
    1.24 -    help
    1.25 -      gdb can use MPC, although it does not seem compulsory.
    1.26 -      
    1.27 -      Say 'Y' here if you want to use MPC.
    1.28 -
    1.29  endif # GDB_CROSS