2014-07-08 00:36, Bruce Richardson:
> --- /dev/null
> +++ b/mk/toolchain/clang/rte.vars.mk
[...]
> +ifeq ($(KERNELRELEASE),)
> +CC        = $(CROSS)clang
> +else
> +CC        = $(CROSS)gcc
> +endif

Why not use clang for FreeBSD modules?
This page seems to encourage clang:
        https://wiki.freebsd.org/BuildingFreeBSDWithClang

-- 
Thomas

Reply via email to