From: Paolo Bonzini <pbonzini@redhat.com>
To: mrezanin@redhat.com, qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH] configure: Do not use default_feature for EXESUF
Date: Wed, 31 Mar 2021 17:06:12 +0200 [thread overview]
Message-ID: <8187ce64-4060-5a3c-8aee-af69f48584c0@redhat.com> (raw)
In-Reply-To: <20210331081845.105089-1-mrezanin@redhat.com>
On 31/03/21 10:18, mrezanin@redhat.com wrote:
> From: Miroslav Rezanina <mrezanin@redhat.com>
>
> Commit "c87ea11631 configure: add --without-default-features" use
> default_feature to set default values for configure option. This value
> is used for EXESUF too.
>
> However, EXESUF is not option to be tested, it is just append to any
> binary name so using --without-default-features set EXESUF to "n"o and
> all binaries using it has form <name>no (e.g. qemu-imgno).
>
> This is not expected behavior as disabling features should not cause
> generating different binary names.
>
> Reverting back to setting EXESUF to empty value unless needed otherwise.
>
> Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 535e6a9269..8275df1506 100755
> --- a/configure
> +++ b/configure
> @@ -365,7 +365,7 @@ tcg_interpreter="false"
> bigendian="no"
> mingw32="no"
> gcov="no"
> -EXESUF="$default_feature"
> +EXESUF=""
> HOST_DSOSUF=".so"
> modules="no"
> module_upgrades="no"
>
Queued, thanks.
Paolo
prev parent reply other threads:[~2021-03-31 15:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-31 8:18 [PATCH] configure: Do not use default_feature for EXESUF mrezanin
2021-03-31 15:06 ` 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=8187ce64-4060-5a3c-8aee-af69f48584c0@redhat.com \
--to=pbonzini@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=mrezanin@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).