mk: recognize machine i686-w64-mingw32
This commit is contained in:
parent
1746d1f202
commit
a1c0e8c896
1 changed files with 2 additions and 1 deletions
3
mk/re.mk
3
mk/re.mk
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue