mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
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:
parent
c2538bf334
commit
ad943c1a37
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user