To: vim_dev@googlegroups.com Subject: Patch 7.4.2034 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2034 (after 7.4.2032) Problem: Build fails with some version of MinGW. (illusorypan) Solution: Recognize mingw32. (Ken Takata, closes #921) Files: src/Make_cyg_ming.mak *** ../vim-7.4.2033/src/Make_cyg_ming.mak 2016-07-13 20:54:39.498772534 +0200 --- src/Make_cyg_ming.mak 2016-07-14 20:13:27.753449147 +0200 *************** *** 149,155 **** # Get the default ARCH. ifndef ARCH ! ARCH := $(shell $(CC) -dumpmachine | sed -e 's/-.*//' -e 's/_/-/') endif --- 149,155 ---- # Get the default ARCH. ifndef ARCH ! ARCH := $(shell $(CC) -dumpmachine | sed -e 's/-.*//' -e 's/_/-/' -e 's/^mingw32$$/i686/') endif *** ../vim-7.4.2033/src/version.c 2016-07-13 22:43:47.774233938 +0200 --- src/version.c 2016-07-14 20:13:53.173080357 +0200 *************** *** 760,761 **** --- 760,763 ---- { /* Add new patch number below this line */ + /**/ + 2034, /**/ -- DINGO: Wicked wicked Zoot ... she is a bad person and she must pay the penalty. And here in Castle Anthrax, we have but one punishment ... you must tie her down on a bed ... and spank her. Come! GIRLS: A spanking! A spanking! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///