mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rsync3: disable simd optimizations
@ 2023-02-16  9:29 Artur Wiebe
  2023-02-17 15:36 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Artur Wiebe @ 2023-02-16  9:29 UTC (permalink / raw)
  To: ptxdist; +Cc: Artur Wiebe

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>
---
 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-17 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16  9:29 [ptxdist] [PATCH] rsync3: disable simd optimizations Artur Wiebe
2023-02-17 15:36 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox