diff -r 136a929ec37f -r 9a8f0e3fe605 config/debug/gdb.in.native --- a/config/debug/gdb.in.native Mon Mar 15 21:44:20 2010 +0100 +++ b/config/debug/gdb.in.native Mon Aug 23 10:38:15 2010 +0200 @@ -11,23 +11,6 @@ if GDB_NATIVE -config GDB_NATIVE_USE_GMP_MPFR - bool - prompt "Use GMP and MPFR" - default n - select GMP_TARGET - select MPFR_TARGET - select GDB_NATIVE_NO_STATIC - help - gdb can make use of the GMP and MPFR libraries. - - While the cross-gdb (above) can use the libraries compiled for the - host, the native gdb needs the libraries for the target (where it will - eventually run). - - Setting this option will force building the GMP and MPFR libraries for - the target, and configure the native gdb to use them. - config GDB_NATIVE_NO_STATIC bool default n