[Bug 208120] devel/cmake: Strips necessary rpath when installing any GNU compiler from ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 9 22:04:50 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208120

--- Comment #24 from Tijl Coosemans <tijl at FreeBSD.org> ---
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.


More information about the kde-freebsd mailing list