X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=5d4e3e7ab2ea709302115f19cde76e5bbe53eeb3;hp=5165cd9ff38dd1cbb0e59b933c1dfafc124fd0b8;hb=80666bece308842c36132245e4cbbe9eb0bc506b;hpb=c41a9d06a1957ba7c5a019e3d6088a5e8e8e0a47;ds=sidebyside diff --git a/Makefile b/Makefile index 5165cd9f..5d4e3e7a 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ ifneq (,$(findstring CYGWIN,$(UNAME))) LIBS += -lpthread -lpsapi -lws2_32 CFLAGS += -DPSAPI_VERSION=1 -Ios/windows/posix/include -Wno-format CC = x86_64-w64-mingw32-gcc + #CC = i686-w64-mingw32-gcc endif OBJS = $(SOURCE:.c=.o)