Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2020 20:34:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 247387] www/firefox: add devel/binutils to BUILD_DEPENDS
Message-ID:  <bug-247387-21738-aFCcfQ3OfM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247387-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247387-21738@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=3D247387

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

Author: pkubaj
Date: Thu Jun 18 20:34:16 UTC 2020
New revision: 539570
URL: https://svnweb.freebsd.org/changeset/ports/539570

Log:
  Mk/bsd.gecko.mk: add devel/binutils to BUILD_DEPENDS

  Currently, Rust on powerpc64 elfv2 builds with GCC because of past issue =
with
LLVM. However, this issue seems to be resolved now and I can already build =
Rust
with Clang and then build with it other packages, like Firefox.

  The problem is that, when using GCC, binutils is getting installed, but w=
hen
using LLVM, it's not and there is -fno-integrated-as getting passed on ppc6=
4.

  Since it's only for the build and users building from ports have binutils
installed anyway, add it for everyone.

  PR:           247387
  Approved by:  jbeich (maintainer)

Changes:
  head/Mk/bsd.gecko.mk

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-247387-21738-aFCcfQ3OfM>