debug/gdb: staticaly link to ncurses for the native gdb
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jan 13 20:46:01 2010 +0100 (2010-01-13)
changeset 17326b2ae7804c6f
parent 1731 648fcf1f4568
child 1733 02db017f4fe1
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
     1.1 --- a/scripts/build/debug/300-gdb.sh	Wed Jan 13 19:27:12 2010 +0100
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Wed Jan 13 20:46:01 2010 +0100
     1.3 @@ -191,7 +191,7 @@
     1.4              --with-build-cpp=${CT_BUILD}-gcc                    \
     1.5              --with-build-cflags="${CT_CFLAGS_FOR_HOST}"         \
     1.6              --prefix=/usr                                       \
     1.7 -            --with-shared                                       \
     1.8 +            --without-shared                                    \
     1.9              --without-sysmouse                                  \
    1.10              --without-progs                                     \
    1.11              --enable-termcap                                    \