From: Peter Crosthwaite Date: Mon, 27 Apr 2015 02:14:26 +0000 (-0700) Subject: configure: alphabetize tricore in target list X-Git-Tag: v2.4.0-rc0~153^2~22 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5ecaa4ed882aa6040d2ddbfc6f487d8b4bcd3b83;p=qemu-xen-unstable.git configure: alphabetize tricore in target list tricore was out of alphabetical order in the target list. Fix. Signed-off-by: Peter Crosthwaite Acked-by: Bastian Koppelmann Signed-off-by: Michael Tokarev --- diff --git a/configure b/configure index 75a4def8b5..255d85bf1d 100755 --- a/configure +++ b/configure @@ -5193,8 +5193,6 @@ case "$target_name" in TARGET_BASE_ARCH=mips echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak ;; - tricore) - ;; moxie) ;; or32) @@ -5245,6 +5243,8 @@ case "$target_name" in s390x) gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml" ;; + tricore) + ;; unicore32) ;; xtensa|xtensaeb)