| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.030 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.4.030 |
| Problem: The -mno-cygwin argument is no longer supported by Cygwin. |
| Solution: Remove the arguments. (Steve Hall) |
| Files: src/GvimExt/Make_cyg.mak, src/Make_cyg.mak, src/xxd/Make_cyg.mak |
| |
| |
| |
| |
| |
| *** 31,42 **** |
| ifeq ($(CROSS),yes) |
| DEL = rm |
| ifeq ($(MINGWOLD),yes) |
| ! CXXFLAGS := -O2 -mno-cygwin -fvtable-thunks |
| else |
| ! CXXFLAGS := -O2 -mno-cygwin |
| endif |
| else |
| ! CXXFLAGS := -O2 -mno-cygwin |
| ifneq (sh.exe, $(SHELL)) |
| DEL = rm |
| else |
| --- 31,42 ---- |
| ifeq ($(CROSS),yes) |
| DEL = rm |
| ifeq ($(MINGWOLD),yes) |
| ! CXXFLAGS := -O2 -fvtable-thunks |
| else |
| ! CXXFLAGS := -O2 |
| endif |
| else |
| ! CXXFLAGS := -O2 |
| ifneq (sh.exe, $(SHELL)) |
| DEL = rm |
| else |
| |
| |
| |
| *** 1,6 **** |
| # |
| # Makefile for VIM on Win32, using Cygnus gcc |
| ! # Last updated by Dan Sharp. Last Change: 2013 Apr 22 |
| # |
| # Also read INSTALLpc.txt! |
| # |
| --- 1,6 ---- |
| # |
| # Makefile for VIM on Win32, using Cygnus gcc |
| ! # Last updated by Dan Sharp. Last Change: 2013 Sep 19 |
| # |
| # Also read INSTALLpc.txt! |
| # |
| |
| *** 439,446 **** |
| ############################## |
| ifeq (yes, $(USEDLL)) |
| DEFINES += -D_MAX_PATH=256 -D__CYGWIN__ |
| - else |
| - INCLUDES += -mno-cygwin |
| endif |
| |
| ############################## |
| --- 439,444 ---- |
| |
| |
| |
| *** 8,14 **** |
| DEFINES = |
| LIBS = -lc |
| else |
| ! DEFINES = -mno-cygwin |
| LIBS = |
| endif |
| |
| --- 8,14 ---- |
| DEFINES = |
| LIBS = -lc |
| else |
| ! DEFINES = |
| LIBS = |
| endif |
| |
| |
| |
| |
| *** 740,741 **** |
| --- 740,743 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 30, |
| /**/ |
| |
| -- |
| hundred-and-one symptoms of being an internet addict: |
| 237. You tattoo your email address on your forehead. |
| |
| /// 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 /// |