On Fri, Jun 4, 2021 at 7:49 AM Ruifeng Wang <[email protected]> wrote: > > Build on FreeBSD on aarch64 failed with error: > lib/eal/arm/rte_cpuflags.c:86:9: error: unknown type name 'Elf64_auxv_t' > > The data type is used by OS Linux auxiliary vector read, and not used by > arch specific cpu flag API implementations. Hence remove it from Arm file. > > Reported-by: James Grant <[email protected]> > Signed-off-by: Ruifeng Wang <[email protected]> > Reviewed-by: Honnappa Nagarahalli <[email protected]>
This never worked, so this patch counts as enabling a new supported OS/arch. If we want FreeBSD support on ARM, we will need non regression tests in some CI. A release notes update is also needed. -- David Marchand

