Change-Id: I6c67a5a46d92646545ec5e68a476c77076c51447
Signed-off-by: varinder.p <varinder.p@samsung.com>
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
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