Disable Virtfs for MacOS 72/275172/1
authorvarinder.p <varinder.p@samsung.com>
Tue, 17 May 2022 02:21:05 +0000 (07:51 +0530)
committerVarinder Pratap Singh <varinder.p@samsung.com>
Tue, 17 May 2022 17:31:57 +0000 (23:01 +0530)
Change-Id: I6c67a5a46d92646545ec5e68a476c77076c51447
Signed-off-by: varinder.p <varinder.p@samsung.com>
configure
tizen/emulator_configure.sh

index eb1003c826276a06219a2352e1e5f88968542130..67fb7cd407e9b3fe8b6a6d2476cd8777ba0e3316 100755 (executable)
--- 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
index e90f385b46b7039284941127dcf915a4b8e573b5..e0bd8d6c2750fd6c2214ea7f2acd49025919d05e 100755 (executable)
@@ -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