mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 04:50:35 +01: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>
This commit is contained in:
parent
5ff06ddf3b
commit
d075a4089e
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ libxmlconfig_la_LIBADD = $(EXPAT_LIBS) -lm
|
|||
|
||||
sysconf_DATA = drirc
|
||||
|
||||
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