We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77255ca commit 60f807bCopy full SHA for 60f807b
2 files changed
src/Make_cyg_ming.mak
@@ -931,7 +931,8 @@ endif
931
ifeq (yes, $(USE_STDCPLUS))
932
LINK = $(CXX)
933
ifeq (yes, $(STATIC_STDCPLUS))
934
-LIB += -static-libstdc++ -static-libgcc
+#LIB += -static-libstdc++ -static-libgcc
935
+LIB += -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic
936
endif
937
else
938
LINK = $(CC)
src/version.c
@@ -783,6 +783,8 @@ static char *(features[]) =
783
784
static int included_patches[] =
785
{ /* Add new patch number below this line */
786
+/**/
787
+ 861,
788
/**/
789
860,
790
0 commit comments