Merge branch 'master' into gfio
[fio.git] / Makefile
index 5165cd9ff38dd1cbb0e59b933c1dfafc124fd0b8..5d4e3e7ab2ea709302115f19cde76e5bbe53eeb3 100644 (file)
--- 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)