mk: recognize machine i686-w64-mingw32

This commit is contained in:
Richard Aas 2014-10-20 12:50:44 +00:00
parent 1746d1f202
commit a1c0e8c896

View file

@ -202,7 +202,8 @@ OS := $(shell uname -s | sed -e s/SunOS/solaris/ | tr "[A-Z]" "[a-z]")
endif
ifneq ($(strip $(filter i386-mingw32 i486-mingw32 i586-mingw32msvc mingw32, \
ifneq ($(strip $(filter i386-mingw32 i486-mingw32 i586-mingw32msvc \
i686-w64-mingw32 mingw32, \
$(MACHINE))),)
OS := win32
ifeq ($(MACHINE), mingw32)