Skip to content

Commit 91ddd25

Browse files
committed
updated for version 7.3.823
Problem: Building with Cygwin: '-lsupc++' is not needed. Solution: Remove it. (Ken Takata)
1 parent ab2a4e0 commit 91ddd25

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Make_cyg.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Makefile for VIM on Win32, using Cygnus gcc
3-
# Last updated by Dan Sharp. Last Change: 2012 Jun 30
3+
# Last updated by Dan Sharp. Last Change: 2013 Feb 17
44
#
55
# Also read INSTALLpc.txt!
66
#
@@ -487,7 +487,7 @@ DEFINES += -DFEAT_OLE
487487
EXTRA_OBJS += $(OUTDIR)/if_ole.o
488488
EXTRA_LIBS += -loleaut32
489489
ifeq (yes, $(STATIC_STDCPLUS))
490-
EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -lsupc++ -Wl,-Bdynamic
490+
EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic
491491
else
492492
EXTRA_LIBS += -lstdc++
493493
endif

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,8 @@ static char *(features[]) =
725725

726726
static int included_patches[] =
727727
{ /* Add new patch number below this line */
728+
/**/
729+
823,
728730
/**/
729731
822,
730732
/**/

0 commit comments

Comments
 (0)