config/debug/gdb.in.native
changeset 2098 9a8f0e3fe605
parent 1850 136a929ec37f
child 2484 d1a8c2ae7946
     1.1 --- a/config/debug/gdb.in.native	Mon Mar 15 21:44:20 2010 +0100
     1.2 +++ b/config/debug/gdb.in.native	Mon Aug 23 10:38:15 2010 +0200
     1.3 @@ -11,23 +11,6 @@
     1.4  
     1.5  if GDB_NATIVE
     1.6  
     1.7 -config GDB_NATIVE_USE_GMP_MPFR
     1.8 -    bool
     1.9 -    prompt "Use GMP and MPFR"
    1.10 -    default n
    1.11 -    select GMP_TARGET
    1.12 -    select MPFR_TARGET
    1.13 -    select GDB_NATIVE_NO_STATIC
    1.14 -    help
    1.15 -      gdb can make use of the GMP and MPFR libraries.
    1.16 -      
    1.17 -      While the cross-gdb (above) can use the libraries compiled for the
    1.18 -      host, the native gdb needs the libraries for the target (where it will
    1.19 -      eventually run).
    1.20 -      
    1.21 -      Setting this option will force building the GMP and MPFR libraries for
    1.22 -      the target, and configure the native gdb to use them.
    1.23 -
    1.24  config GDB_NATIVE_NO_STATIC
    1.25      bool
    1.26      default n