Summary: | devel/yosys: fix build with GCC-based architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | jsorocil, linimon | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(jsorocil) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: swills Date: Fri Nov 9 17:31:57 UTC 2018 New revision: 484532 URL: https://svnweb.freebsd.org/changeset/ports/484532 Log: devel/yosys: fix build with GCC-based architectures PR: 232650 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: maintainer timeout (jsorocil@gmail.com, >2 weeks) Changes: head/devel/yosys/Makefile head/devel/yosys/files/ head/devel/yosys/files/extra-patch-Makefile Committed, thanks! (In reply to Steve Wills from comment #2) This was updated again in r484538, for the record. |
Created attachment 198587 [details] patch Clang is not available on GCC architectures, so we have to use GCC from ports. Tested on powerpc64 and amd64.