X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=win64%2FMakefile;h=fe60793c5938d0c8c9bbf05bc5de772cb54eb054;hb=c834b8b4c6c7103e35e8b349ab6ac284dd3a7e07;hp=744b0b3d34f89dd9045b47f7e22538c9b0b9bc32;hpb=99f5441baa76a44680bf96a2fc01637f64fe3ff5;p=profile%2Fivi%2Fsyslinux.git diff --git a/win64/Makefile b/win64/Makefile index 744b0b3..fe60793 100644 --- a/win64/Makefile +++ b/win64/Makefile @@ -21,8 +21,8 @@ OSTYPE = $(shell uname -msr) # Don't know how to do a native compile here... WINPREFIX := $(shell ./find-mingw64.sh gcc) -WINCFLAGS := -mno-ms-bitfields $(GCCWARN) -Wno-sign-compare -Os \ - -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 +WINCFLAGS := $(GCCWARN) -Wno-sign-compare -Os -fomit-frame-pointer \ + -D_FILE_OFFSET_BITS=64 WINLDFLAGS := -Os -s WINCFLAGS += -I. -I../win -I.. -I../libfat -I../libinstaller \