summaryrefslogtreecommitdiffstats
path: root/rules/rsync3.make
diff options
context:
space:
mode:
authorArtur Wiebe <artur@4wiebe.de>2023-02-16 10:29:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-02-17 09:30:23 +0100
commitb97878eb8dfc7c77d60ecffb201f001ec3f98603 (patch)
treefb89e2125708d40453872618ec7401b8520e8b1e /rules/rsync3.make
parent09ac86f71cfccb32b57afe7fb8f1b040e4f67468 (diff)
downloadptxdist-b97878eb8dfc7c77d60ecffb201f001ec3f98603.tar.gz
ptxdist-b97878eb8dfc7c77d60ecffb201f001ec3f98603.tar.xz
rsync3: disable simd optimizations
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 <artur@4wiebe.de> Message-Id: <20230216092951.1817198-1-artur@4wiebe.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rsync3.make')
-rw-r--r--rules/rsync3.make2
1 files changed, 1 insertions, 1 deletions
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 \