summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>2015-04-26 19:14:26 -0700
committerMichael Tokarev <mjt@tls.msk.ru>2015-04-30 16:05:48 +0300
commit5ecaa4ed882aa6040d2ddbfc6f487d8b4bcd3b83 (patch)
treec46bd4945374245308a4795fa2fb626821d2d5e5 /configure
parentef1d27f4b17c4238ed3395724026910973026d2b (diff)
downloadqemu-5ecaa4ed882aa6040d2ddbfc6f487d8b4bcd3b83.tar.gz
configure: alphabetize tricore in target list
tricore was out of alphabetical order in the target list. Fix. Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Acked-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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)