+7
−0
Loading
When buliding with build_native_dpdk() CC is not set which causes "compiler" to be set to gcc and gcc-specific cflags options are used. Meson build however is not aware of this (as CC variable is not set) and uses whatever compiler is default in the OS. In case of doing the build of freebsd this results in trying to do a clang build with gcc options, which of course fails. Signed-off-by:Karol Latecki <karol.latecki@intel.com> Change-Id: I72a5919410502786c5d44fe31ce231c023df9acd Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11182 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>