debug/gdb: allow static build with complibs
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Apr 15 22:34:35 2010 +0200 (2010-04-15)
changeset 1914abbceddd82bb
parent 1913 86bcbc42c6df
child 1915 78557644e31d
debug/gdb: allow static build with complibs

It is now possible to built static versions of the companion libraries,
so we can now build a static cross-gdb using the complibs.
config/debug/gdb.in.cross
     1.1 --- a/config/debug/gdb.in.cross	Thu Apr 15 22:34:11 2010 +0200
     1.2 +++ b/config/debug/gdb.in.cross	Thu Apr 15 22:34:35 2010 +0200
     1.3 @@ -16,7 +16,6 @@
     1.4      default n
     1.5      select GMP
     1.6      select MPFR
     1.7 -    select GDB_CROSS_NO_STATIC
     1.8      help
     1.9        gdb can use GMP+MPFR, although it does not seem compulsory.
    1.10        
    1.11 @@ -28,21 +27,15 @@
    1.12      default n
    1.13      select GDB_CROSS_USE_GMP_MPFR
    1.14      select MPC
    1.15 -    select GDB_CROSS_NO_STATIC
    1.16      help
    1.17        gdb can use MPC, although it does not seem compulsory.
    1.18        
    1.19        Say 'Y' here if you want to use MPC.
    1.20  
    1.21 -config GDB_CROSS_NO_STATIC
    1.22 -    bool
    1.23 -    default n
    1.24 -
    1.25  config GDB_CROSS_STATIC
    1.26      bool
    1.27      prompt "Build a static cross gdb"
    1.28      default n
    1.29 -    depends on ! GDB_CROSS_NO_STATIC
    1.30      help
    1.31        A static cross gdb can be usefull if you debug on a machine that is
    1.32        not the one that is used to compile the toolchain.