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.
This commit is contained in:
Yann E. MORIN" 2010-01-13 20:46:01 +01:00
parent c2538bf334
commit ad943c1a37

View File

@ -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 \