* [Qemu-devel] [PATCH] configure: remove unset variables
@ 2013-04-02 15:57 Paolo Bonzini
2013-04-02 16:16 ` Peter Maydell
2013-04-05 12:51 ` Anthony Liguori
0 siblings, 2 replies; 3+ messages in thread
From: Paolo Bonzini @ 2013-04-02 15:57 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial
These variables have not been set for a long time. Do not
include them in config-host.mak.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configure | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure b/configure
index ec51b0b..54e9017 100755
--- a/configure
+++ b/configure
@@ -3916,8 +3916,6 @@ else
echo "AUTOCONF_HOST := " >> $config_host_mak
fi
echo "LDFLAGS=$LDFLAGS" >> $config_host_mak
-echo "ARLIBS_BEGIN=$arlibs_begin" >> $config_host_mak
-echo "ARLIBS_END=$arlibs_end" >> $config_host_mak
echo "LIBS+=$LIBS" >> $config_host_mak
echo "LIBS_TOOLS+=$libs_tools" >> $config_host_mak
echo "EXESUF=$EXESUF" >> $config_host_mak
--
1.8.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: remove unset variables
2013-04-02 15:57 [Qemu-devel] [PATCH] configure: remove unset variables Paolo Bonzini
@ 2013-04-02 16:16 ` Peter Maydell
2013-04-05 12:51 ` Anthony Liguori
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2013-04-02 16:16 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-trivial, qemu-devel
On 2 April 2013 16:57, Paolo Bonzini <pbonzini@redhat.com> wrote:
> These variables have not been set for a long time. Do not
> include them in config-host.mak.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: remove unset variables
2013-04-02 15:57 [Qemu-devel] [PATCH] configure: remove unset variables Paolo Bonzini
2013-04-02 16:16 ` Peter Maydell
@ 2013-04-05 12:51 ` Anthony Liguori
1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2013-04-05 12:51 UTC (permalink / raw)
To: Paolo Bonzini, qemu-devel; +Cc: qemu-trivial
Applied. Thanks.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-05 12:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 15:57 [Qemu-devel] [PATCH] configure: remove unset variables Paolo Bonzini
2013-04-02 16:16 ` Peter Maydell
2013-04-05 12:51 ` Anthony Liguori
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).