Summary: | lang/oo2c: fix build on GCC architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Curtis Hamilton <hamiltcl> | ||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | ||||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: amdmi3 Date: Fri Feb 19 12:33:36 UTC 2021 New revision: 566057 URL: https://svnweb.freebsd.org/changeset/ports/566057 Log: - Allow build on all archs - Add THREADS option PR: 250076 Submitted by: hamiltcl@verizon.net Changes: head/lang/oo2c/Makefile head/lang/oo2c/pkg-plist |
Created attachment 218494 [details] patch-lang_oo2c According to developer, oo2c supports multiple architectures via C-language backend and builds on any architecture that supports ANSI-C. Successfully builds and creates executables on PowerPC64 using gcc. Does not currently build with clang.