# HG changeset patch # User "Yann E. MORIN" # Date 1268777446 -3600 # Node ID 2548f6f333da6114422d52daef97cf42d8ad1b28 # Parent 7bb70675cd1d60327a4ae782a89a5576f11b6970 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) diff -r 7bb70675cd1d -r 2548f6f333da scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Sun Mar 14 16:39:11 2010 +0100 +++ b/scripts/build/debug/300-gdb.sh Tue Mar 16 23:10:46 2010 +0100 @@ -160,7 +160,7 @@ # tools instead of searching for the native ones... CT_DoExecLog ALL \ "${CT_SRC_DIR}/ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}/configure" \ - --build=${CT_REAL_BUILD} \ + --build=${CT_BUILD} \ --host=${CT_BUILD} \ --prefix=/usr \ --without-shared \