From: Peter Crosthwaite <[email protected]> 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]> --- 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) -- 2.1.4
