# HG changeset patch # User "Yann E. MORIN" # Date 1243283234 0 # Node ID 38e2e6d5c9b4a8a66de49c9ea073c747bc46377e # Parent fbaee258bfea414fed399bb336e74fba4ba195dc /devel/gcc-4.4: - gdb: select the correct config knob to use GMP and MPFR -------- diffstat follows -------- /devel/gcc-4.4/config/debug/gdb.in | 8 4 4 0 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff -r fbaee258bfea -r 38e2e6d5c9b4 config/debug/gdb.in --- a/config/debug/gdb.in Mon May 25 20:09:17 2009 +0000 +++ b/config/debug/gdb.in Mon May 25 20:27:14 2009 +0000 @@ -20,7 +20,7 @@ help A static cross gdb can be usefull if you debug on a machine that is not the one that is used to compile the toolchain. - + That way, you can share the cross-gdb without installing a toolchain on every machine that will be used to debug target programs. @@ -59,14 +59,14 @@ default n depends on GDB_NATIVE select GMP_MPFR - select GMP_MPFR_TARGET + select COMP_LIBS_TARGET 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.