Un-mark gdb and dmalloc being EXPERIMENTAL.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri May 18 19:55:49 2007 +0000 (2007-05-18)
changeset 1055a8d4f6a19c7
parent 104 fcad4374caba
child 106 fd36793107dc
Un-mark gdb and dmalloc being EXPERIMENTAL.
Mark native gdb as being EXPERIMENTAL (it depends on termcap, which we don't have yet).
config/debug/dmalloc.in
config/debug/gdb.in
scripts/build/debug/gdb.sh
     1.1 --- a/config/debug/dmalloc.in	Fri May 18 15:59:22 2007 +0000
     1.2 +++ b/config/debug/dmalloc.in	Fri May 18 19:55:49 2007 +0000
     1.3 @@ -4,7 +4,6 @@
     1.4      bool
     1.5      prompt "dmalloc"
     1.6      default n
     1.7 -    depends on EXPERIMENTAL
     1.8  
     1.9  if DMALLOC
    1.10  
     2.1 --- a/config/debug/gdb.in	Fri May 18 15:59:22 2007 +0000
     2.2 +++ b/config/debug/gdb.in	Fri May 18 19:55:49 2007 +0000
     2.3 @@ -4,7 +4,6 @@
     2.4      bool
     2.5      prompt "gdb"
     2.6      default n
     2.7 -    depends on EXPERIMENTAL
     2.8      help
     2.9        Enable gdb for the target
    2.10  
    2.11 @@ -21,6 +20,7 @@
    2.12      bool
    2.13      prompt "Native gdb"
    2.14      default n
    2.15 +    depends on EXPERIMENTAL
    2.16      help
    2.17        Build and install a native gdb for the target, to run on the target.
    2.18  
     3.1 --- a/scripts/build/debug/gdb.sh	Fri May 18 15:59:22 2007 +0000
     3.2 +++ b/scripts/build/debug/gdb.sh	Fri May 18 19:55:49 2007 +0000
     3.3 @@ -95,8 +95,8 @@
     3.4          CT_DoStep EXTRA "Installing native gdb"
     3.5          CT_DoLog EXTRA "Configuring native gdb"
     3.6  
     3.7 -        mkdir -p "${CT_BUILD_DIR}/build-gdb-cross"
     3.8 -        cd "${CT_BUILD_DIR}/build-gdb-cross"
     3.9 +        mkdir -p "${CT_BUILD_DIR}/build-gdb-native"
    3.10 +        cd "${CT_BUILD_DIR}/build-gdb-native"
    3.11  
    3.12          "${gdb_src_dir}/configure"                      \
    3.13              --build=${CT_BUILD}                         \
    3.14 @@ -109,7 +109,7 @@
    3.15              --disable-gdbtk                             \
    3.16              --without-x                                 \
    3.17              --disable-sim                               \
    3.18 -            --enable-gdbserver                          \
    3.19 +            --disable-gdbserver                          \
    3.20              --without-included-gettext                  \
    3.21              ${extra_config}                             2>&1 |CT_DoLog ALL
    3.22