mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +00:00
debug/gdb: install tic in the buildtools directory
'tic' is a build tool, its place is in the buildtools directory, not in the toolchain's bin directory.
This commit is contained in:
parent
3fda8a4876
commit
c4e987288e
@ -155,7 +155,7 @@ do_debug_gdb_build() {
|
|||||||
CT_DoExecLog ALL make ${PARALLELMFLAGS} -C progs "tic${tic_ext}"
|
CT_DoExecLog ALL make ${PARALLELMFLAGS} -C progs "tic${tic_ext}"
|
||||||
|
|
||||||
CT_DoExecLog ALL install -d -m 0755 "${CT_PREFIX_DIR}/bin"
|
CT_DoExecLog ALL install -d -m 0755 "${CT_PREFIX_DIR}/bin"
|
||||||
CT_DoExecLog ALL install -m 0755 "progs/tic${tic_ext}" "${CT_PREFIX_DIR}/bin"
|
CT_DoExecLog ALL install -m 0755 "progs/tic${tic_ext}" "${CT_PREFIX_DIR}/buildtools"
|
||||||
|
|
||||||
mkdir -p "${CT_BUILD_DIR}/build-ncurses"
|
mkdir -p "${CT_BUILD_DIR}/build-ncurses"
|
||||||
cd "${CT_BUILD_DIR}/build-ncurses"
|
cd "${CT_BUILD_DIR}/build-ncurses"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user