]> granicus.if.org Git - vim/commitdiff
patch 7.4.2032 v7.4.2032
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Jul 2016 18:54:43 +0000 (20:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Jul 2016 18:54:43 +0000 (20:54 +0200)
Problem:    Build fails with 64 bit MinGW. (Axel Bender)
Solution:   Handle dash vs. underscore. (Ken Takata, Hirohito Higashi)

src/Make_cyg_ming.mak
src/version.c

index 9bc24195fe3609ae6fa9a3a13f5189f6d2baeda7..0e21256ec85d82a7309f38d4863d36afa46355e0 100644 (file)
@@ -149,7 +149,7 @@ WINDRES_CC = $(CC)
 
 # Get the default ARCH.
 ifndef ARCH
-ARCH := $(shell $(CC) -dumpmachine | sed -e 's/-.*//')
+ARCH := $(shell $(CC) -dumpmachine | sed -e 's/-.*//' -e 's/_/-/')
 endif
 
 
index 002c1f804e15e2a5a06117861627521728bfc256..895937eeb479957fdfc4bfd317b2a6adadfaf727 100644 (file)
@@ -758,6 +758,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2032,
 /**/
     2031,
 /**/