config/debug/gdb.in
branchgcc-4.4
changeset 1390 38e2e6d5c9b4
parent 1269 17e37102a037
child 1534 d4ddf19a1968
     1.1 --- a/config/debug/gdb.in	Thu Mar 26 18:58:13 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