[Bug 247387] www/firefox: add devel/binutils to BUILD_DEPENDS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 18 20:34:46 UTC 2020


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

--- Comment #7 from commit-hook at 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 when
using LLVM, it's not and there is -fno-integrated-as getting passed on ppc64.

  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

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


More information about the freebsd-ppc mailing list