summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.cross
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-15 21:02:02 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-15 21:02:02 (GMT)
commit2244007325f1fbd50177b56511091b347837997e (patch)
tree72dafc92a43bc97b31fb4ec69f12a08921f86953 /config/debug/gdb.in.cross
parent76f3741a0f5940e8735b4763007d69ab6a5b1993 (diff)
debug/gdb: gdb>=7.0 can use MPC, enable for cross-gdb
Diffstat (limited to 'config/debug/gdb.in.cross')
-rw-r--r--config/debug/gdb.in.cross12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index 4699bab..900ff72 100644
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -22,6 +22,18 @@ config GDB_CROSS_USE_GMP_MPFR
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
+ select GDB_CROSS_NO_STATIC
+ help
+ gdb can use MPC, although it does not seem compulsory.
+
+ Say 'Y' here if you want to use MPC.
+
config GDB_CROSS_NO_STATIC
bool
default n