From: Paolo Bonzini <pbonzini@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
"Emilio G . Cota" <cota@braap.org>,
"Richard Henderson" <richard.henderson@linaro.org>
Subject: Re: [PATCH] configure: Only clone softfloat-3 repositories if TCG is enabled
Date: Wed, 12 May 2021 09:22:11 +0200 [thread overview]
Message-ID: <d5f979aa-876b-ccbe-e664-69327613c9ad@redhat.com> (raw)
In-Reply-To: <20210512045821.3257963-1-philmd@redhat.com>
On 12/05/21 06:58, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> configure | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index 5877a6b2bfe..e0e02623e3e 100755
> --- a/configure
> +++ b/configure
> @@ -257,8 +257,6 @@ if test -e "$source_path/.git"
> then
> git_submodules_action="update"
> git_submodules="ui/keycodemapdb"
> - git_submodules="$git_submodules tests/fp/berkeley-testfloat-3"
> - git_submodules="$git_submodules tests/fp/berkeley-softfloat-3"
> else
> git_submodules_action="ignore"
> git_submodules=""
> @@ -2277,6 +2275,11 @@ if test "$solaris" = "yes" ; then
> fi
> fi
>
> +if test "$tcg" = "enabled"; then
> + git_submodules="$git_submodules tests/fp/berkeley-testfloat-3"
> + git_submodules="$git_submodules tests/fp/berkeley-softfloat-3"
> +fi
> +
> if test -z "${target_list+xxx}" ; then
> default_targets=yes
> for target in $default_target_list; do
>
Queued, thanks.
Paolo
prev parent reply other threads:[~2021-05-12 7:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-12 4:58 [PATCH] configure: Only clone softfloat-3 repositories if TCG is enabled Philippe Mathieu-Daudé
2021-05-12 5:12 ` Thomas Huth
2021-05-12 5:39 ` Philippe Mathieu-Daudé
2021-05-12 7:22 ` Paolo Bonzini [this message]
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=d5f979aa-876b-ccbe-e664-69327613c9ad@redhat.com \
--to=pbonzini@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=cota@braap.org \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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).