Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2017 03:16:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224514] devel/libtool: pass through -fuse-ld flags
Message-ID:  <bug-224514-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224514

            Bug ID: 224514
           Summary: devel/libtool: pass through -fuse-ld flags
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tijl@FreeBSD.org
          Reporter: emaste@freebsd.org
             Flags: maintainer-feedback?(tijl@FreeBSD.org)
          Assignee: tijl@FreeBSD.org

Created attachment 189026
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189026&action=
=3Dedit
patch to add -fuse-ld=3D to passed through options

Some ports depend on permissive or broken behaviour from the GNU BFD linker,
ld.bfd. Clang and GCC support a -fuse-ld=3D flag to specify the linker to u=
se,
and as we migrate to installing lld as the base system's /usr/bin/ld we'll =
want
to make use of -fuse-ld=3Dbfd to let ports that fail with lld use bfd inste=
ad.

An upstream libtool change from Feb 2016 supports passing through -fuse-ld=
=3D,
but it has not yet made it into a release:
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=3Df9970d99293faf908=
fdc153a653fa5781095fb7a

This is an equivalent change for our libtool port.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224514-13>