summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.native
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in.native')
-rw-r--r--config/debug/gdb.in.native17
1 files changed, 0 insertions, 17 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native
index c959e88..a4501d1 100644
--- a/config/debug/gdb.in.native
+++ b/config/debug/gdb.in.native
@@ -11,23 +11,6 @@ config GDB_NATIVE
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