summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-16 22:10:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-16 22:10:46 (GMT)
commitb2c9b2d48f2770aa4d62759a4111e2a51c87d2b0 (patch)
tree6049b6b1288c8f2c9684c0e9592a5118e8e04b3a /scripts
parent8878058528e77585f2859245929e7fb160312025 (diff)
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)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/debug/300-gdb.sh2
1 files changed, 1 insertions, 1 deletions
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 \