mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
debug/gdb: 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
327dcfc8be
commit
2431da8122
@ -124,9 +124,9 @@ do_debug_gdb_build() {
|
||||
|
||||
CT_DoLog DEBUG "Extra config passed: '${cross_extra_config[*]}'"
|
||||
|
||||
CT_DoExecLog CFG \
|
||||
CC="${CC_for_gdb}" \
|
||||
LD="${LD_for_gdb}" \
|
||||
CT_DoExecLog CFG \
|
||||
"${gdb_cross_configure}" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_HOST} \
|
||||
@ -262,10 +262,10 @@ do_debug_gdb_build() {
|
||||
|
||||
CT_DoLog DEBUG "Extra config passed: '${native_extra_config[*]}'"
|
||||
|
||||
CT_DoExecLog CFG \
|
||||
CC="${CC_for_gdb}" \
|
||||
LD="${LD_for_gdb}" \
|
||||
CFLAGS="${gdb_native_CFLAGS[@]}" \
|
||||
CT_DoExecLog CFG \
|
||||
CFLAGS="${gdb_native_CFLAGS[*]}" \
|
||||
"${gdb_src_dir}/configure" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_TARGET} \
|
||||
@ -326,8 +326,8 @@ do_debug_gdb_build() {
|
||||
|
||||
gdbserver_extra_config=("${extra_config[@]}")
|
||||
|
||||
LDFLAGS="${gdbserver_LDFLAGS}" \
|
||||
CT_DoExecLog CFG \
|
||||
LDFLAGS="${gdbserver_LDFLAGS}" \
|
||||
"${gdb_src_dir}/gdb/gdbserver/configure" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_TARGET} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user