summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-13 19:46:01 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-13 19:46:01 (GMT)
commitad943c1a37d5c8b72ea5a0b55c7602c29b9baa21 (patch)
tree63978263bb82d2fe9cdfd3c57d7758d20ba761e6
parentc2538bf3347fd14b54949e710d074c6369adfefd (diff)
debug/gdb: staticaly link to ncurses for the native gdb
Staticaly link the native gdb (the one that runs on the target, not the cross one that runs on the host) to ncurses.
-rw-r--r--scripts/build/debug/300-gdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index b10b6ee..50195d7 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -191,7 +191,7 @@ do_debug_gdb_build() {
--with-build-cpp=${CT_BUILD}-gcc \
--with-build-cflags="${CT_CFLAGS_FOR_HOST}" \
--prefix=/usr \
- --with-shared \
+ --without-shared \
--without-sysmouse \
--without-progs \
--enable-termcap \