aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-13 20:46:01 +0100
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-13 20:46:01 +0100
commitad943c1a37d5c8b72ea5a0b55c7602c29b9baa21 (patch)
tree63978263bb82d2fe9cdfd3c57d7758d20ba761e6
parentc2538bf3347fd14b54949e710d074c6369adfefd (diff)
downloadcrosstool-ng-ad943c1a37d5c8b72ea5a0b55c7602c29b9baa21.tar.gz
crosstool-ng-ad943c1a37d5c8b72ea5a0b55c7602c29b9baa21.tar.bz2
crosstool-ng-ad943c1a37d5c8b72ea5a0b55c7602c29b9baa21.zip
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 b10b6eef..50195d73 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 \