diff -r 8676886c1ca9 -r abbceddd82bb config/debug/gdb.in.cross --- a/config/debug/gdb.in.cross Mon Mar 15 22:02:02 2010 +0100 +++ 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.