From: Paolo Bonzini <pbonzini@redhat.com>
To: Thomas Huth <thuth@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org
Subject: Re: [PATCH] configure: Remove the OBJCC variable from config-host.mak
Date: Tue, 6 Jul 2021 09:31:56 +0200 [thread overview]
Message-ID: <61e0202e-aeea-f66b-bd76-615a66690df4@redhat.com> (raw)
In-Reply-To: <20210706071934.1054496-1-thuth@redhat.com>
On 06/07/21 09:19, Thomas Huth wrote:
> The last user of this variable has been removed in commit
> 660f793093 ("Makefile: inline the relevant parts of rules.mak"),
> so we don't need this variable in config-host.mak anymore.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
There's quite a few more: CXX, OBJCC, ARFLAGS, RANLIB, NM, PKG_CONFIG,
WINDRES if I didn't miss anything.
Paolo
> ---
> configure | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/configure b/configure
> index e799d908a3..068716a56c 100755
> --- a/configure
> +++ b/configure
> @@ -5888,7 +5888,6 @@ if $iasl -h > /dev/null 2>&1; then
> echo "CONFIG_IASL=$iasl" >> $config_host_mak
> fi
> echo "CXX=$cxx" >> $config_host_mak
> -echo "OBJCC=$objcc" >> $config_host_mak
> echo "AR=$ar" >> $config_host_mak
> echo "ARFLAGS=$ARFLAGS" >> $config_host_mak
> echo "AS=$as" >> $config_host_mak
>
next prev parent reply other threads:[~2021-07-06 7:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-06 7:19 [PATCH] configure: Remove the OBJCC variable from config-host.mak Thomas Huth
2021-07-06 7:31 ` Paolo Bonzini [this message]
2021-07-06 7:32 ` Philippe Mathieu-Daudé
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=61e0202e-aeea-f66b-bd76-615a66690df4@redhat.com \
--to=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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).