https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208120
--- Comment #24 from Tijl Coosemans <[email protected]> --- Created attachment 179810 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179810&action=edit remove -shared-libgcc from gfortran Here's a patch for lang/gcc that removes use of -shared-libgcc from gfortran and libgfortan. It means libgcc_s is only used for _Unwind_* functions which the base system libgcc_s provides as well so use of -rpath becomes less important. This makes gfortran behave the same as gcc, clang and clang++. g++ and probably also gcj still use -shared-libgcc. -- You are receiving this mail because: You are the assignee for the bug.
