Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix native machine args

2021-02-01 Thread Juraj Linkeš
> -Original Message- > From: Thomas Monjalon > Sent: Monday, February 1, 2021 4:16 PM > To: Juraj Linkeš > Cc: bruce.richard...@intel.com; ruifeng.w...@arm.com; > honnappa.nagaraha...@arm.com; jerinjac...@gmail.com; > ferruh.yi...@intel.com; dev@dpdk.org > Subject: Re: [RFC PATCH v1] co

Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix native machine args

2021-02-01 Thread Thomas Monjalon
01/02/2021 15:55, Juraj Linkeš: > There are compiler issues when building with -mcpu=native with popular > compilers, such as GCC-8.4 and clang (which doesn't define > __ARM_FEATURE_ATOMIC). What are the issues? Maybe worth pasting a log. > Fix this by always specifying the proper machine > args

[dpdk-dev] [RFC PATCH v1] config/arm: fix native machine args

2021-02-01 Thread Juraj Linkeš
There are compiler issues when building with -mcpu=native with popular compilers, such as GCC-8.4 and clang (which doesn't define __ARM_FEATURE_ATOMIC). Fix this by always specifying the proper machine args and never using the native flags. Fixes: 78ac8eac7e8a ("config/arm: use native machine buil