summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSamuel Martin" <s.martin49@gmail.com>2013-03-16 14:47:56 (GMT)
committerSamuel Martin" <s.martin49@gmail.com>2013-03-16 14:47:56 (GMT)
commit96b2e3c3f65ed4cc0a0dc5a1778b459d89954125 (patch)
tree3e4e02b4ec211b479b349c385143630d9bf29e3a /scripts
parent1fc10f27797b3ba1b6e5bb1987ad39fae9b5d740 (diff)
debug/strace: enforce cross-compilation
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Message-Id: <24b6540a08cbca7ee1fa.1363446263@laptop> Patchwork-Id: 228220
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/debug/500-strace.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build/debug/500-strace.sh b/scripts/build/debug/500-strace.sh
index f71a1b7..0d33ca0 100644
--- a/scripts/build/debug/500-strace.sh
+++ b/scripts/build/debug/500-strace.sh
@@ -19,6 +19,9 @@ do_debug_strace_build() {
CT_DoLog EXTRA "Configuring strace"
CT_DoExecLog CFG \
+ CC="${CT_TARGET}-gcc" \
+ CPP="${CT_TARGET}-cpp" \
+ LD="${LD_TARGET}-ld" \
"${CT_SRC_DIR}/strace-${CT_STRACE_VERSION}/configure" \
--build=${CT_BUILD} \
--host=${CT_TARGET} \