qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: alphabetize tricore in target list
@ 2015-04-27  2:14 Peter Crosthwaite
  2015-04-27  7:02 ` Bastian Koppelmann
  2015-04-27 11:56 ` Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Crosthwaite @ 2015-04-27  2:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, kbastian, Peter Crosthwaite

tricore was out of alphabetical order in the target list. Fix.

Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] configure: alphabetize tricore in target list
  2015-04-27  2:14 [Qemu-devel] [PATCH] configure: alphabetize tricore in target list Peter Crosthwaite
@ 2015-04-27  7:02 ` Bastian Koppelmann
  2015-04-27 11:56 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Bastian Koppelmann @ 2015-04-27  7:02 UTC (permalink / raw)
  To: Peter Crosthwaite, qemu-devel; +Cc: qemu-trivial, Peter Crosthwaite

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]



On 04/27/2015 04:14 AM, Peter Crosthwaite wrote:
> tricore was out of alphabetical order in the target list. Fix.
>
> Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
> ---
>   configure | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>

Cheers,
Bastian
**

[-- Attachment #2: Type: text/html, Size: 978 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] configure: alphabetize tricore in target list
  2015-04-27  2:14 [Qemu-devel] [PATCH] configure: alphabetize tricore in target list Peter Crosthwaite
  2015-04-27  7:02 ` Bastian Koppelmann
@ 2015-04-27 11:56 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2015-04-27 11:56 UTC (permalink / raw)
  To: Peter Crosthwaite, qemu-devel; +Cc: qemu-trivial, kbastian, Peter Crosthwaite

27.04.2015 05:14, Peter Crosthwaite wrote:
> tricore was out of alphabetical order in the target list. Fix.

Applied to -trivial, thank you!

/mjt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-27 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27  2:14 [Qemu-devel] [PATCH] configure: alphabetize tricore in target list Peter Crosthwaite
2015-04-27  7:02 ` Bastian Koppelmann
2015-04-27 11:56 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).