mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 03:19:14 +00:00
debug/gdb: properly remove build tic
tic is isntalled in buildtools, not in the toolchain's bin dir. Plus, it may have an extension...
This commit is contained in:
parent
eec696451e
commit
8258ad7bcf
@ -186,7 +186,7 @@ do_debug_gdb_build() {
|
|||||||
CT_DoExecLog ALL make install
|
CT_DoExecLog ALL make install
|
||||||
|
|
||||||
# We no longer need the temporary tic. Remove it
|
# We no longer need the temporary tic. Remove it
|
||||||
CT_DoExecLog DEBUG rm -fv "${CT_PREFIX_DIR}/bin/tic"
|
CT_DoExecLog DEBUG rm -fv "${CT_PREFIX_DIR}/buildtools/tic${tic_ext}"
|
||||||
fi # do_ncurses
|
fi # do_ncurses
|
||||||
|
|
||||||
CT_DoLog EXTRA "Configuring native gdb"
|
CT_DoLog EXTRA "Configuring native gdb"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user