svn commit: r418285 - in head/sysutils: . uefi-edk2-bhyve uefi-edk2-bhyve-csm

Gerald Pfeifer gerald at pfeifer.com
Sun Aug 7 09:34:11 UTC 2016


On Sat, 9 Jul 2016, Roman Bogorodskiy wrote:
>   - Use USE_GCC instead of direct dependency

Nice.

> Modified: head/sysutils/uefi-edk2-bhyve/Makefile
> ==============================================================================
> +USE_GCC=	4.8

Is that really stricly GCC 4.8, or would "GCC 4.8 or later"
work?  In the latter case, we'd write this as "USE_GCC=4.8+"
(or "USE_GCC=yes" even).

Gerald


More information about the svn-ports-all mailing list