config/debug/gdb.in
changeset 602 1968d150a34f
parent 596 d1651a3f42a3
child 622 259d3b95bfad
     1.1 --- a/config/debug/gdb.in	Fri Jun 20 09:56:46 2008 +0000
     1.2 +++ b/config/debug/gdb.in	Fri Jun 20 15:16:43 2008 +0000
     1.3 @@ -33,6 +33,7 @@
     1.4      bool
     1.5      prompt "Native gdb"
     1.6      default n
     1.7 +    select GMP_MPFR_TARGET if GMP_MPFR
     1.8      help
     1.9        Build and install a native gdb for the target, to run on the target.
    1.10  
    1.11 @@ -123,10 +124,6 @@
    1.12      bool
    1.13      prompt "ncurses version"
    1.14  
    1.15 -config NCURSES_V_4_2
    1.16 -    bool
    1.17 -    prompt "4.2"
    1.18 -
    1.19  config NCURSES_V_5_6
    1.20      bool
    1.21      prompt "5.6"
    1.22 @@ -135,7 +132,6 @@
    1.23  
    1.24  config NCURSES_VERSION
    1.25      string
    1.26 -    default "4.2" if NCURSES_V_4_2
    1.27      default "5.6" if NCURSES_V_5_6
    1.28  
    1.29  endif # GDB_NATIVE --> ncurses