Add SYSTEM=mingw-win32 configuration for 32-bit MinGW variant

This commit is contained in:
Nigel Stewart 2016-02-04 22:33:41 +10:00
parent e82b76f719
commit b3440c0979
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
include config/Makefile.mingw
POPT := -march=i686 -mtune=generic -O2
CFLAGS.EXTRA += -m32
LDFLAGS.EXTRA += -m32