event/octeontx2: add libatomic dependency for 32-bit clang
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Thu, 4 Jul 2019 08:59:35 +0000 (14:29 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 4 Jul 2019 15:12:55 +0000 (17:12 +0200)
commitcea66312b4648326153a456f510fed399b5044df
tree24ce310331149676064ebdaa81b77db35a5adf10
parente66a5a827064f27258e54f3065fcf515936b7513
event/octeontx2: add libatomic dependency for 32-bit clang

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.

Fixes: f0b9982cb3a7 ("event/octeontx2: add TIM bucket operations")

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
drivers/event/octeontx2/meson.build