mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
Fix strace 4.21+ on aarch64
... 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>
This commit is contained in:
parent
270eb003dc
commit
0f34b0ebf0
@ -37,7 +37,8 @@ do_debug_strace_build()
|
|||||||
"${CT_SRC_DIR}/strace/configure" \
|
"${CT_SRC_DIR}/strace/configure" \
|
||||||
--build=${CT_BUILD} \
|
--build=${CT_BUILD} \
|
||||||
--host=${CT_TARGET} \
|
--host=${CT_TARGET} \
|
||||||
--prefix=/usr
|
--prefix=/usr \
|
||||||
|
--enable-mpers=check
|
||||||
|
|
||||||
CT_DoLog EXTRA "Building strace"
|
CT_DoLog EXTRA "Building strace"
|
||||||
CT_DoExecLog ALL make
|
CT_DoExecLog ALL make
|
||||||
|
Loading…
Reference in New Issue
Block a user