1
0
forked from aniani/vim

patch 7.4.2034

Problem:    Build fails with some version of MinGW. (illusorypan)
Solution:   Recognize mingw32. (Ken Takata, closes #921)
This commit is contained in:
Bram Moolenaar
2016-07-14 20:25:03 +02:00
parent 6d20e17544
commit f62e797ffa
2 changed files with 3 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ WINDRES_CC = $(CC)
# Get the default ARCH.
ifndef ARCH
ARCH := $(shell $(CC) -dumpmachine | sed -e 's/-.*//' -e 's/_/-/')
ARCH := $(shell $(CC) -dumpmachine | sed -e 's/-.*//' -e 's/_/-/' -e 's/^mingw32$$/i686/')
endif

View File

@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2034,
/**/
2033,
/**/