debug/gdb: fix building the native tic
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Mar 16 23:10:46 2010 +0100 (2010-03-16)
changeset 18392548f6f333da
parent 1837 7bb70675cd1d
child 1840 2abad517a563
debug/gdb: fix building the native tic

The native 'tic' will _always_ be run on the build
machine, so no need to handle canadian/native/...

Reported by: Trevor Woerner
http://sourceware.org/ml/crossgcc/2010-03/msg00055.html
(transplanted from 26e89d367ea11660fd3a0bf0bcad8763e4fa21cf)
scripts/build/debug/300-gdb.sh
     1.1 --- a/scripts/build/debug/300-gdb.sh	Sun Mar 14 16:39:11 2010 +0100
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Tue Mar 16 23:10:46 2010 +0100
     1.3 @@ -160,7 +160,7 @@
     1.4          # tools instead of searching for the native ones...
     1.5          CT_DoExecLog ALL                                                    \
     1.6          "${CT_SRC_DIR}/ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}/configure"   \
     1.7 -            --build=${CT_REAL_BUILD}                                        \
     1.8 +            --build=${CT_BUILD}                                             \
     1.9              --host=${CT_BUILD}                                              \
    1.10              --prefix=/usr                                                   \
    1.11              --without-shared                                                \