Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2019 20:49:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239743] Mk/bsd.port.mk: don't switch to ld.bfd on powerpc64 with clang
Message-ID:  <bug-239743-7788-nWoAnS3zPx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239743-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239743-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #19 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Sat Oct 12 20:49:35 UTC 2019
New revision: 514354
URL: https://svnweb.freebsd.org/changeset/ports/514354

Log:
  Mk/bsd.port.mk: use GNU LD from ports on powerpc64 elfv2 when GNU LD is
required

  The reason is that on elfv2 systems we still have ld.bfd in base, but it's
only used for 32-bit binaries (LLD currently doesn't support linking 32-bit=
 PPC
binaries).
  ld.bfd from base supports only elfv1 and using it breaks linking many por=
ts
that set LLD_UNSAFE. Use Binutils from ports in such case.

  PR:             239743
  Submitted by:   jbeich
  Approved by:    portmgr
  Differential Revision:        https://reviews.freebsd.org/D21996

Changes:
  head/Mk/bsd.port.mk

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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