qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 11/12] configure: add HOST_SUPPORTS_UNALIGNED_ACCESS


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH 11/12] configure: add HOST_SUPPORTS_UNALIGNED_ACCESS
Date: Mon, 8 Jan 2018 14:29:03 -0300

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 28cd073941..669e5a041a 100755
--- a/configure
+++ b/configure
@@ -5005,6 +5005,7 @@ fi
 # check if host supports unaligned access
 
 if test "$host_supports_unaligned_access" != "no"; then
+  QEMU_CFLAGS="-DHOST_SUPPORTS_UNALIGNED_ACCESS $QEMU_CFLAGS"
   if compile_prog "-Werror -Wno-address-of-packed-member" "" ; then
     QEMU_CFLAGS="-Wno-address-of-packed-member $QEMU_CFLAGS"
   fi
-- 
2.15.1




reply via email to

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