# HG changeset patch # User "Yann E. MORIN" # Date 1271363675 -7200 # Node ID abbceddd82bb55e006f5fe6190cb0372c085da19 # Parent 86bcbc42c6df3d761848fbbc6a82585844f45ca8 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. diff -r 86bcbc42c6df -r abbceddd82bb config/debug/gdb.in.cross --- a/config/debug/gdb.in.cross Thu Apr 15 22:34:11 2010 +0200 +++ b/config/debug/gdb.in.cross Thu Apr 15 22:34:35 2010 +0200 @@ -16,7 +16,6 @@ default n select GMP select MPFR - select GDB_CROSS_NO_STATIC help gdb can use GMP+MPFR, although it does not seem compulsory. @@ -28,21 +27,15 @@ default n select GDB_CROSS_USE_GMP_MPFR select MPC - select GDB_CROSS_NO_STATIC help gdb can use MPC, although it does not seem compulsory. Say 'Y' here if you want to use MPC. -config GDB_CROSS_NO_STATIC - bool - default n - config GDB_CROSS_STATIC bool prompt "Build a static cross gdb" default n - depends on ! GDB_CROSS_NO_STATIC 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.