From ad943c1a37d5c8b72ea5a0b55c7602c29b9baa21 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 13 Jan 2010 20:46:01 +0100 Subject: 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. --- scripts/build/debug/300-gdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/debug') 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 \ -- cgit v1.2.3