[Bug 215369] devel/kBuild: Re-allow building with clang [patch]
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 18 02:17:03 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215369
Bug ID: 215369
Summary: devel/kBuild: Re-allow building with clang [patch]
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: vbox at FreeBSD.org
Reporter: adamw at FreeBSD.org
Keywords: patch
Flags: maintainer-feedback?(vbox at FreeBSD.org)
Created attachment 178042
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178042&action=edit
GCC option
For very simple uses, GCC isn't required for kBuild. Under most circumstances
it is, but when you only need virtualbox-ose-additions without X11 and you're
on amd64/i386, GCC isn't necessary.
It would be really nice not to have to build GCC and all its dependencies.
The attached patch makes GCC optional, and enabled by default, with warnings
that it should only be disabled under specific circumstances (with a pkg-help
file to spell out what those circumstances are).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list