summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-18 19:55:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-18 19:55:49 (GMT)
commit41e8d132ce83fcd3a0fa9249586c2781693200aa (patch)
tree2abd33b4431895e81d1880998f0fb97cf3aa8bd3 /scripts/build
parentdb2d59f09132f7759e8e4a3857f6402264c80755 (diff)
Un-mark gdb and dmalloc being EXPERIMENTAL.
Mark native gdb as being EXPERIMENTAL (it depends on termcap, which we don't have yet).
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/debug/gdb.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/debug/gdb.sh b/scripts/build/debug/gdb.sh
index 0b64f51..5c2c2ce 100644
--- a/scripts/build/debug/gdb.sh
+++ b/scripts/build/debug/gdb.sh
@@ -95,8 +95,8 @@ do_debug_gdb_build() {
CT_DoStep EXTRA "Installing native gdb"
CT_DoLog EXTRA "Configuring native gdb"
- mkdir -p "${CT_BUILD_DIR}/build-gdb-cross"
- cd "${CT_BUILD_DIR}/build-gdb-cross"
+ mkdir -p "${CT_BUILD_DIR}/build-gdb-native"
+ cd "${CT_BUILD_DIR}/build-gdb-native"
"${gdb_src_dir}/configure" \
--build=${CT_BUILD} \
@@ -109,7 +109,7 @@ do_debug_gdb_build() {
--disable-gdbtk \
--without-x \
--disable-sim \
- --enable-gdbserver \
+ --disable-gdbserver \
--without-included-gettext \
${extra_config} 2>&1 |CT_DoLog ALL