# HG changeset patch # User "Yann E. MORIN" # Date 1268777446 -3600 # Node ID 26e89d367ea11660fd3a0bf0bcad8763e4fa21cf # Parent b2099a61903c9cdd492c9227fc0b0bfdbcc1546d 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 diff -r b2099a61903c -r 26e89d367ea1 scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Sun Mar 14 15:42:25 2010 +0100 +++ b/scripts/build/debug/300-gdb.sh Tue Mar 16 23:10:46 2010 +0100 @@ -161,7 +161,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 \