Quoting Matt Turner (2018-11-09 15:26:50)
> The underscore change alone is enough to fix the build on 32-bit ppc
> and sparc. It's unclear to me if the dep_atomic even changes anything.
> Without it I still see -latomic in the command to build
> src/util/u_atomic_test. I would just drop that part.
The underscore change alone is enough to fix the build on 32-bit ppc
and sparc. It's unclear to me if the dep_atomic even changes anything.
Without it I still see -latomic in the command to build
src/util/u_atomic_test. I would just drop that part.
Reviewed-and-Tested-by: Matt Turner
Thanks!
___
There are two problems:
1) the extra underscore in MISSING_64BIT_ATOMICS
2) we should ink with libatomic if the previous test decided we needed
it
CC: Matt Turner
Fixes: d1992255bb29054fa51763376d125183a9f602f3
("meson: Add build Intel "anv" vulkan driver")
---
meson.build | 3 ++-
1 f