Summary: | emulators/unicorn: unbreak on powerpc64 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Antoine Brodin <antoine> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | linimon, pkubaj | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(antoine) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: antoine Date: Mon Oct 1 17:18:19 UTC 2018 New revision: 481042 URL: https://svnweb.freebsd.org/changeset/ports/481042 Log: Require a modern compiler to fix build on powerpc64 PR: 231850 Changes: head/emulators/unicorn/Makefile |
Created attachment 197671 [details] patch The BROKEN_powerpc64 message was incorrect - the problem was not "-Wno-logical-op-parentheses" flag, but a linking issue. That's why USES=compiler:c11 is necessary. With it, this port builds on powerpc64. Tested also on amd64. Hardware sponsored by IntegriCloud.