From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmYZF-00019T-M6 for qemu-devel@nongnu.org; Sun, 26 Apr 2015 22:14:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmYZA-00060w-EE for qemu-devel@nongnu.org; Sun, 26 Apr 2015 22:14:41 -0400 From: Peter Crosthwaite Date: Sun, 26 Apr 2015 19:14:26 -0700 Message-Id: <1430100866-9831-1-git-send-email-crosthwaite.peter@gmail.com> Subject: [Qemu-devel] [PATCH] configure: alphabetize tricore in target list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, kbastian@mail.uni-paderborn.de, Peter Crosthwaite tricore was out of alphabetical order in the target list. Fix. Signed-off-by: Peter Crosthwaite --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 6969f6f..9f0d9bb 100755 --- a/configure +++ b/configure @@ -5169,8 +5169,6 @@ case "$target_name" in TARGET_BASE_ARCH=mips echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak ;; - tricore) - ;; moxie) ;; or32) @@ -5221,6 +5219,8 @@ case "$target_name" in s390x) gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml" ;; + tricore) + ;; unicore32) ;; xtensa|xtensaeb) -- 1.9.1