mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
util: Link libmesautil into u_atomic_test
Platforms without particular atomic operations require the implementations in u_atomic.c Cc: "17.2" <mesa-stable@lists.freedesktop.org> Fixes:a6a38a038b("util/u_atomic: provide 64bit atomics where they're missing") Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commitd075a4089e) [Juan A. Suarez: resolve trivial conflicts] Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Conflicts: src/util/Makefile.am
This commit is contained in:
parent
d6a5e80e8a
commit
b55385ac60
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ libmesautil_la_LIBADD = \
|
|||
$(CLOCK_LIB) \
|
||||
$(ZLIB_LIBS)
|
||||
|
||||
u_atomic_test_LDADD = libmesautil.la
|
||||
roundeven_test_LDADD = -lm
|
||||
|
||||
check_PROGRAMS = u_atomic_test roundeven_test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue