From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: qemu-s390x@nongnu.org, thuth@redhat.com, david@redhat.com,
philmd@linaro.org, mjt@tls.msk.ru
Subject: Re: [PATCH 2/2] tests/tcg/s390x: Import linux tools/testing/crypto/chacha20-s390
Date: Thu, 18 Jan 2024 09:45:15 +1100 [thread overview]
Message-ID: <2d33a850-32e0-4eb0-8638-52fa936fc004@linaro.org> (raw)
In-Reply-To: <20240117213646.159697-3-richard.henderson@linaro.org>
On 1/18/24 08:36, Richard Henderson wrote:
> diff --git a/tests/tcg/s390x/Makefile.target b/tests/tcg/s390x/Makefile.target
> index 30994dcf9c..28f19a3176 100644
> --- a/tests/tcg/s390x/Makefile.target
> +++ b/tests/tcg/s390x/Makefile.target
> @@ -66,9 +66,13 @@ Z13_TESTS+=vcksm
> Z13_TESTS+=vstl
> Z13_TESTS+=vrep
> Z13_TESTS+=precise-smc-user
> +Z13_TESTS+=chacha
> $(Z13_TESTS): CFLAGS+=-march=z13 -O2
> TESTS+=$(Z13_TESTS)
>
> +chacha: chacha.c chacha-vx.S
> + $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $^ -o $@
Once I started testing with cross-compilers I realize $(LDFLAGS) is needed here for e.g.
-static.
r~
next prev parent reply other threads:[~2024-01-17 22:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-17 21:36 [PATCH 0/2] tcg/s390x: Fix chacha20-s390 Richard Henderson
2024-01-17 21:36 ` [PATCH 1/2] tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns Richard Henderson
2024-01-18 6:50 ` Thomas Huth
2024-01-18 7:04 ` Richard Henderson
2024-01-19 21:54 ` Philippe Mathieu-Daudé
2024-01-17 21:36 ` [PATCH 2/2] tests/tcg/s390x: Import linux tools/testing/crypto/chacha20-s390 Richard Henderson
2024-01-17 22:45 ` Richard Henderson [this message]
2024-01-18 7:17 ` Thomas Huth
2024-01-18 6:07 ` [PATCH 0/2] tcg/s390x: Fix chacha20-s390 Michael Tokarev
2024-01-18 7:03 ` Richard Henderson
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=2d33a850-32e0-4eb0-8638-52fa936fc004@linaro.org \
--to=richard.henderson@linaro.org \
--cc=david@redhat.com \
--cc=mjt@tls.msk.ru \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=thuth@redhat.com \
/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;
as well as URLs for NNTP newsgroup(s).