Skip to content

Commit

Permalink
Fix strace 4.21+ on aarch64
Browse files Browse the repository at this point in the history
... which now defaults to --enable-mpers=yes, which attempts to
invoke aarch64-*-gcc with -m32 and fails.

Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Apr 29, 2018
1 parent 270eb00 commit 0f34b0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build/debug/500-strace.sh
Expand Up @@ -37,7 +37,8 @@ do_debug_strace_build()
"${CT_SRC_DIR}/strace/configure" \
--build=${CT_BUILD} \
--host=${CT_TARGET} \
--prefix=/usr
--prefix=/usr \
--enable-mpers=check

CT_DoLog EXTRA "Building strace"
CT_DoExecLog ALL make
Expand Down

0 comments on commit 0f34b0e

Please sign in to comment.