The RTE_ARCH_STRICT_ALIGN flag is no longer used anywhere in the DPDK tree. It is safe to drop from arm.
Signed-off-by: Stephen Hemminger <[email protected]> --- config/arm/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/config/arm/meson.build b/config/arm/meson.build index 27b549a052..f1f2f3e260 100644 --- a/config/arm/meson.build +++ b/config/arm/meson.build @@ -46,7 +46,6 @@ implementer_generic = { 'compiler_options': ['-mfpu=auto'], 'flags': [ ['RTE_ARCH_ARM_NEON_MEMCPY', false], - ['RTE_ARCH_STRICT_ALIGN', true], ['RTE_ARCH_ARMv8_AARCH32', true], ['RTE_ARCH', 'armv8_aarch32'], ['RTE_CACHE_LINE_SIZE', 64] -- 2.53.0

