Re: [dpdk-dev] [PATCH v3 03/12] eal/build: add libatomic dependency for 32-bit clang

2020-04-23 Thread Phil Yang
d.march...@redhat.com; jer...@marvell.com; > hemant.agra...@nxp.com; Honnappa Nagarahalli > ; Gavin Hu ; > Ruifeng Wang ; Joyce Kong > ; nd > Subject: [dpdk-dev] [PATCH v3 03/12] eal/build: add libatomic dependency > for 32-bit clang > > When compiling with clang on 32-bit

[dpdk-dev] [PATCH v3 03/12] eal/build: add libatomic dependency for 32-bit clang

2020-03-16 Thread Phil Yang
When compiling with clang on 32-bit platforms, we are missing copies of 64-bit atomic functions. We can solve this by linking against libatomic for the drivers and libs which need those atomic ops. Signed-off-by: Phil Yang Reviewed-by: Ruifeng Wang Reviewed-by: Gavin Hu --- lib/librte_eal/meso