mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-25 18:41:34 +00:00
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
This commit is contained in:
parent
4b6642944a
commit
7e7523f28c
@ -161,7 +161,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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user