numam-dpdk/kernel/freebsd
Bruce Richardson 37a95bbff0 kernel/freebsd: always use clang for kmod compilation
Clang is the system compiler for FreeBSD and kernel module builds can fail
when built with gcc, e.g. when testing with test-meson-builds.sh.
Therefore, it's safer to always use clang to build the kmods since the
actual flags used are outside of DPDK's control and cannot be guaranteed to
work with all compilers.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
2019-11-20 10:17:33 +01:00
..
contigmem kernel/freebsd: fix module build on latest head 2019-06-27 17:27:04 +02:00
nic_uio kernel/freebsd: fix module build on latest head 2019-06-27 17:27:04 +02:00
BSDmakefile.meson build: clean up building kernel modules using meson 2018-04-17 16:09:43 +02:00
Makefile build/freebsd: rename macro BSDPAPP to FREEBSD 2019-03-12 23:01:14 +01:00
meson.build kernel/freebsd: always use clang for kmod compilation 2019-11-20 10:17:33 +01:00