rsync tests for cpu flags on the host
and fails with invalid opcode on x86_64 targets
that do not have these flags

Signed-off-by: Artur Wiebe <ar...@4wiebe.de>
---
 rules/rsync3.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/rsync3.make b/rules/rsync3.make
index c814c44d9..68eadc2aa 100644
--- a/rules/rsync3.make
+++ b/rules/rsync3.make
@@ -40,7 +40,7 @@ RSYNC3_CONF_OPT := \
        --disable-debug \
        --disable-profile \
        --disable-md2man \
-       --$(call ptx/endis, PTXCONF_ARCH_X86_64)-roll-simd \
+       --disable-roll-simd \
        $(GLOBAL_LARGE_FILE_OPTION) \
        $(GLOBAL_IPV6_OPTION) \
        --disable-locale \
-- 
2.39.1


Reply via email to