View | Details | Raw Unified | Return to bug 208120 | Differences between
and this patch

Collapse All | Expand All

(-)lang/gcc/files/patch-gcc_fortran_gfortranspec.c (+11 lines)
Line 0 Link Here
1
--- gcc/fortran/gfortranspec.c.orig	2015-06-26 17:47:23 UTC
2
+++ gcc/fortran/gfortranspec.c
3
@@ -404,7 +404,7 @@ For more information about these matters
4
 	}
5
     }
6
 
7
-#ifdef ENABLE_SHARED_LIBGCC
8
+#if 0
9
   if (library)
10
     {
11
       unsigned int i;
(-)lang/gcc/files/patch-libgfortran_Makefile.in (+11 lines)
Line 0 Link Here
1
--- libgfortran/Makefile.in.orig	2016-08-03 05:09:47 UTC
2
+++ libgfortran/Makefile.in
3
@@ -502,7 +502,7 @@ toolexeclib_DATA = libgfortran.spec
4
 libgfortran_la_LINK = $(LINK) $(libgfortran_la_LDFLAGS)
5
 libgfortran_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
6
 	$(LTLDFLAGS) $(LIBQUADLIB) -lm $(extra_ldflags_libgfortran) \
7
-	$(version_arg) -Wc,-shared-libgcc
8
+	$(version_arg)
9
 
10
 libgfortran_la_DEPENDENCIES = $(version_dep) libgfortran.spec $(LIBQUADLIB_DEP)
11
 myexeclib_LTLIBRARIES = libgfortranbegin.la

Return to bug 208120