qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: <tony.nguyen@bt.com>
To: <qemu-devel@nongnu.org>
Cc: ehabkost@redhat.com, arikalo@wavecomp.com,
	mark.cave-ayland@ilande.co.uk, jcmvbkbc@gmail.com,
	aurelien@aurel32.net, amarkovic@wavecomp.com,
	atar4qemu@gmail.com, rth@twiddle.net
Subject: [Qemu-devel] [PATCH v2 2/2] configure: Cosmetic yes to "yes" for consistency
Date: Mon, 22 Jul 2019 03:28:20 +0000	[thread overview]
Message-ID: <1563766100248.83249@bt.com> (raw)
In-Reply-To: <945056df7ff54ce6b272dce64721d916@tpw09926dag18e.domain1.systemhost.net>

Signed-off-by: Tony Nguyen <tony.nguyen@bt.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 8316a16..c07687c 100755
--- a/configure
+++ b/configure
@@ -7433,7 +7433,7 @@ esac
 target_bigendian="no"
 case "$target_name" in
   armeb|aarch64_be|hppa|lm32|m68k|microblaze|mips|mipsn32|mips64|moxie|or1k|ppc|ppc64|ppc64abi32|s390x|sh4eb|sparc|sparc64|sparc32plus|xtensaeb)
-  target_bigendian=yes
+  target_bigendian="yes"
   ;;
 esac
 target_softmmu="no"
-- 
1.8.3.1


  parent reply	other threads:[~2019-07-22  3:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-22  3:19 [Qemu-devel] [PATCH v2 0/2] configure: Define target access alignment in configure tony.nguyen
2019-07-22  3:27 ` [Qemu-devel] [PATCH v2 1/2] " tony.nguyen
2019-07-22 10:54   ` Philippe Mathieu-Daudé
2019-07-23 16:18   ` Aleksandar Markovic
2019-07-22  3:28 ` tony.nguyen [this message]
2019-07-23 16:12   ` [Qemu-devel] [PATCH v2 2/2] configure: Cosmetic yes to "yes" for consistency Aleksandar Markovic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1563766100248.83249@bt.com \
    --to=tony.nguyen@bt.com \
    --cc=amarkovic@wavecomp.com \
    --cc=arikalo@wavecomp.com \
    --cc=atar4qemu@gmail.com \
    --cc=aurelien@aurel32.net \
    --cc=ehabkost@redhat.com \
    --cc=jcmvbkbc@gmail.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).