summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.native
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-23 08:38:15 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-23 08:38:15 (GMT)
commite81fe2c77814ba7638c6818a9dac2d1568fbad51 (patch)
tree5a87c829baa58634bae76b5fc636513de8e06c75 /config/debug/gdb.in.native
parent9736a99ee9fd0465aea0c1d6c0b475a0ecdc6b95 (diff)
debug/gdb: companion libs are not used
Although the gdb ./configure advertises for GMP and MPFR, those libraries are not used by gdb (the ./configure is used across different packages, hence the check for GMP/MPFR). See: http://sourceware.org/ml/crossgcc/2010-08/msg00168.html The same applies to MPC. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
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