summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.cross
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in.cross')
-rw-r--r--config/debug/gdb.in.cross22
1 files changed, 0 insertions, 22 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index f5afe09..c731bf6 100644
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -21,26 +21,4 @@ config GDB_CROSS_STATIC
That way, you can share the cross-gdb without installing a toolchain
on every machine that will be used to debug target programs.
-config GDB_CROSS_USE_GMP_MPFR
- bool
- prompt "Use GMP/MPFR"
- default n
- select GMP
- select MPFR
- help
- gdb can use GMP+MPFR, although it does not seem compulsory.
-
- Say 'Y' here if you want to use GMP+MPFR.
-
-config GDB_CROSS_USE_MPC
- bool
- prompt "Use MPC"
- default n
- select GDB_CROSS_USE_GMP_MPFR
- select MPC
- help
- gdb can use MPC, although it does not seem compulsory.
-
- Say 'Y' here if you want to use MPC.
-
endif # GDB_CROSS