From b2c9b2d48f2770aa4d62759a4111e2a51c87d2b0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 16 Mar 2010 23:10:46 +0100 Subject: 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 --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index 1d065c8..56061ac 100644 --- a/scripts/build/debug/300-gdb.sh +++ b/scripts/build/debug/300-gdb.sh @@ -160,7 +160,7 @@ do_debug_gdb_build() { # 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 \ -- cgit v0.10.2-6-g49f6