]> git.proxmox.com Git - qemu.git/commit - configure
configure: Remove useless uses of ARCH_CFLAGS
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 4 Apr 2012 16:03:15 +0000 (17:03 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 12 Apr 2012 08:51:54 +0000 (09:51 +0100)
commit8fb03151651cc61f68f8032374c9c08dc129b9d9
treeccd7d6e568d12329e0ae7a37132ed07b69979db4
parentdadc1064c348545695b8a14d9dc72ccaa2983be7
configure: Remove useless uses of ARCH_CFLAGS

Remove some useless uses of ARCH_CFLAGS -- this variable was never set
so will always be empty. The uses were accidental: in commit 0c439cbf8
Juan Quintela removed ARCH_CFLAGS in favour of CFLAGS (which in turn
became QEMU_CFLAGS). However in commit be17dc90 a use of it was
reintroduced (apparently accidentally) by Michael S. Tsirkin, and then
I subsequently cut-n-pasted that into a number of other configure
feature tests.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
configure