qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 2/2] configure: Cosmetic yes to "yes" for consist


From: tony.nguyen
Subject: [Qemu-devel] [PATCH v2 2/2] configure: Cosmetic yes to "yes" for consistency
Date: Mon, 22 Jul 2019 03:28:20 +0000

Signed-off-by: Tony Nguyen <address@hidden>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]