Skip to content

Commit

Permalink
configure: alphabetize tricore in target list
Browse files Browse the repository at this point in the history
tricore was out of alphabetical order in the target list. Fix.

Signed-off-by: Peter Crosthwaite <[email protected]>
Acked-by: Bastian Koppelmann <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
pcrost authored and Michael Tokarev committed Apr 30, 2015
1 parent ef1d27f commit 5ecaa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5193,8 +5193,6 @@ case "$target_name" in
TARGET_BASE_ARCH=mips
echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak
;;
tricore)
;;
moxie)
;;
or32)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 5ecaa4e

Please sign in to comment.