From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeRxv-0002mF-F5 for qemu-devel@nongnu.org; Mon, 20 May 2013 11:25:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UeRxo-0000aa-QS for qemu-devel@nongnu.org; Mon, 20 May 2013 11:25:35 -0400 Received: from 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:1d0::1]:56963 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeRxo-0000aM-I4 for qemu-devel@nongnu.org; Mon, 20 May 2013 11:25:28 -0400 From: Peter Maydell Date: Mon, 20 May 2013 16:16:14 +0100 Message-Id: <1369062976-301-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] configure: improve handling of target lists List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , John Rigby , patches@linaro.org These patches clean up configure's handling of the list of known targets. Firstly we autogenerate the default list based on the set of default-config files; this reduces by 1 the number of places that need editing when a new target is added to QEMU. Secondly we improve the quality of our error message if you ask configure to build for something we don't recognise. NB that autogenerating the default list changes configure's --help output very slightly, in that the alpha sort means that i386 and x86_64 are no longer together at the top of the list. (It is entirely coincidental that aarch64 will now be at the top of the list when it is added :-) ) Peter Maydell (2): configure: Autogenerate default target list configure: Report unknown target names more helpfully configure | 97 +++++++++++++++++-------------------------------------------- 1 file changed, 27 insertions(+), 70 deletions(-) -- 1.7.9.5