From c5fa31c5b2ff7077def84a0e75233cd553457281 Mon Sep 17 00:00:00 2001 From: "varinder.p" Date: Tue, 17 May 2022 07:51:05 +0530 Subject: [PATCH] Disable Virtfs for MacOS Change-Id: I6c67a5a46d92646545ec5e68a476c77076c51447 Signed-off-by: varinder.p --- configure | 5 +++-- tizen/emulator_configure.sh | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/configure b/configure index eb1003c826..67fb7cd407 100755 --- a/configure +++ b/configure @@ -6703,10 +6703,11 @@ if test "$softmmu" = yes ; then tools="$tools scsi/qemu-pr-helper\$(EXESUF)" elif test "$maru" = yes && test "$darwin" = yes ; then echo "Enable VirtFS on Darwin" - virtfs=yes + #virtfs=yes TODO : can;t do this right now + virtfs=no elif test "$maru" = yes && test "$mingw32" = yes ; then echo "Enable VirtFS on Windows" - #virtfs=yes TODO : can;t do this shit now + #virtfs=yes TODO : can;t do this right now virtfs=no else if test "$virtfs" = yes; then diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index e90f385b46..e0bd8d6c27 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -202,7 +202,9 @@ Darwin*) CONFIGURE_APPEND=" --cc=clang --cxx=clang++ - --extra-cflags=-mmacosx-version-min=10.11 + --extra-cflags=-mmacosx-version-min=10.12 + --extra-cflags=-Wno-error=unknown-warning-option + --extra-cflags=-Wno-error=mismatched-tags --extra-cflags=-Wno-error=deprecated-declarations --extra-cflags=-Wno-error=address-of-packed-member --extra-cflags=-Wno-error=logical-not-parentheses -- 2.34.1