mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
debug/strace: enforce cross-compilation
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Message-Id: <24b6540a08cbca7ee1fa.1363446263@laptop> Patchwork-Id: 228220
This commit is contained in:
parent
1fc10f2779
commit
96b2e3c3f6
@ -19,6 +19,9 @@ do_debug_strace_build() {
|
|||||||
|
|
||||||
CT_DoLog EXTRA "Configuring strace"
|
CT_DoLog EXTRA "Configuring strace"
|
||||||
CT_DoExecLog CFG \
|
CT_DoExecLog CFG \
|
||||||
|
CC="${CT_TARGET}-gcc" \
|
||||||
|
CPP="${CT_TARGET}-cpp" \
|
||||||
|
LD="${LD_TARGET}-ld" \
|
||||||
"${CT_SRC_DIR}/strace-${CT_STRACE_VERSION}/configure" \
|
"${CT_SRC_DIR}/strace-${CT_STRACE_VERSION}/configure" \
|
||||||
--build=${CT_BUILD} \
|
--build=${CT_BUILD} \
|
||||||
--host=${CT_TARGET} \
|
--host=${CT_TARGET} \
|
||||||
|
Loading…
Reference in New Issue
Block a user