Re: [Mesa-dev] [PATCH] meson: fix libatomic tests

2018-11-09 Thread Dylan Baker
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.

Re: [Mesa-dev] [PATCH] meson: fix libatomic tests

2018-11-09 Thread Matt Turner
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! ___

[Mesa-dev] [PATCH] meson: fix libatomic tests

2018-11-09 Thread Dylan Baker
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