mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Artur Wiebe <artur@4wiebe.de>
To: ptxdist@pengutronix.de
Cc: Artur Wiebe <artur@4wiebe.de>
Subject: [ptxdist] [PATCH] rsync3: disable simd optimizations
Date: Thu, 16 Feb 2023 10:29:51 +0100	[thread overview]
Message-ID: <20230216092951.1817198-1-artur@4wiebe.de> (raw)

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




             reply	other threads:[~2023-02-16  9:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16  9:29 Artur Wiebe [this message]
2023-02-17 15:36 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230216092951.1817198-1-artur@4wiebe.de \
    --to=artur@4wiebe.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox