Re: [dpdk-dev] [PATCH] event/octeontx2: add libatomic dependency for 32-bit clang

2019-07-04 Thread Thomas Monjalon
04/07/2019 10:59, pbhagavat...@marvell.com: > From: Pavan Nikhilesh > > 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: P

[dpdk-dev] [PATCH] event/octeontx2: add libatomic dependency for 32-bit clang

2019-07-04 Thread pbhagavatula
From: Pavan Nikhilesh 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: Pavan Nikhilesh --- drivers/event/octeontx2/meson.build | 5