/devel/gcc-4.4: gcc-4.4
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 25 20:27:14 2009 +0000 (2009-05-25)
branchgcc-4.4
changeset 139038e2e6d5c9b4
parent 1389 fbaee258bfea
child 1391 3c28b9f917d2
/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(-)
config/debug/gdb.in
     1.1 --- a/config/debug/gdb.in	Mon May 25 20:09:17 2009 +0000
     1.2 +++ b/config/debug/gdb.in	Mon May 25 20:27:14 2009 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4      help
     1.5        A static cross gdb can be usefull if you debug on a machine that is
     1.6        not the one that is used to compile the toolchain.
     1.7 -
     1.8 +      
     1.9        That way, you can share the cross-gdb without installing a toolchain
    1.10        on every machine that will be used to debug target programs.
    1.11  
    1.12 @@ -59,14 +59,14 @@
    1.13      default n
    1.14      depends on GDB_NATIVE
    1.15      select GMP_MPFR
    1.16 -    select GMP_MPFR_TARGET
    1.17 +    select COMP_LIBS_TARGET
    1.18      help
    1.19        gdb can make use of the GMP and MPFR libraries.
    1.20 -
    1.21 +      
    1.22        While the cross-gdb (above) can use the libraries compiled for the
    1.23        host, the native gdb needs the libraries for the target (where it will
    1.24        eventually run).
    1.25 -
    1.26 +      
    1.27        Setting this option will force building the GMP and MPFR libraries for
    1.28        the target, and configure the native gdb to use them.
    1.29