mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
debug/trace: log even more
Also log variable assignement for single commands. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
2431da8122
commit
b18efc38b7
@ -36,10 +36,11 @@ do_debug_ltrace_build() {
|
||||
mips:*) ltrace_host="mipsel";;
|
||||
*) ltrace_host="${CT_ARCH}";;
|
||||
esac
|
||||
CT_DoExecLog CFG \
|
||||
CC="${CT_TARGET}-${CT_CC}" \
|
||||
HOST="${ltrace_host}" \
|
||||
CFLAGS="${CT_TARGET_CFLAGS}" \
|
||||
CT_DoExecLog CFG ./configure --prefix=/usr
|
||||
./configure --prefix=/usr
|
||||
else
|
||||
CT_DoExecLog CFG \
|
||||
./configure \
|
||||
|
Loading…
x
Reference in New Issue
Block a user