X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Fmeson.build;h=3f5912fce7a4e71ae9ca121ca61dd6d85e372b8b;hb=5050f441e3addf2d0a385e9ee92254c7b9a690e2;hp=5926892a68ea0a24644fbf44216ff73201c009e7;hpb=19d024003dfce0018c9e52635b78efdc6e1c172a;p=dpdk.git diff --git a/config/meson.build b/config/meson.build index 5926892a68..3f5912fce7 100644 --- a/config/meson.build +++ b/config/meson.build @@ -433,7 +433,7 @@ if get_option('b_sanitize') == 'address' or get_option('b_sanitize') == 'address dpdk_extra_ldflags += '-lasan' endif - if is_linux and arch_subdir == 'x86' and dpdk_conf.get('RTE_ARCH_64') + if is_linux and arch_subdir in ['x86', 'arm'] and dpdk_conf.get('RTE_ARCH_64') dpdk_conf.set10('RTE_MALLOC_ASAN', true) endif endif