Created attachment 198465 [details] patch When the master port is set up with USES=compiler:c++11-lang (sent in a different PR), this port build ok on powerpc64. Hardware sponsored by IntegriCloud.
As I’ve mentioned before adding compiler:c* breaks mips and also adds unneeded dep in gcc when not needed. You need to target only the arch’s that need the compiler instead of adding unnecessary deps and break archs that can’t use gcc
This port is broken with mips anyway: BROKEN_mips= configure: error: cannot compute suffix of object files: cannot compile BROKEN_mips64= configure: error: cannot compute suffix of object files: cannot compile
A commit references this bug: Author: linimon Date: Sat Nov 10 00:32:30 UTC 2018 New revision: 484562 URL: https://svnweb.freebsd.org/changeset/ports/484562 Log: Now unbroken on powerpc64. PR: 232532 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Changes: head/devel/aarch64-none-elf-gcc/Makefile