build: Drop unused G_ATOMIC_OP_MEMORY_BARRIER_NEEDED

See the previous commit.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #1323
This commit is contained in:
Philip Withnall
2020-02-13 16:40:30 +00:00
parent e52fb6b1d3
commit c1d7097d0a
3 changed files with 1 additions and 14 deletions

View File

@@ -105,7 +105,7 @@ foreach test_name, extra_args : gobject_tests
# FIXME: https://gitlab.gnome.org/GNOME/glib/issues/1316
# aka https://bugs.debian.org/880883
if test_name == 'closure-refcount' and ['arm', 'aarch64'].contains(host_cpu_family)
if test_name == 'closure-refcount' and ['arm', 'aarch64'].contains(host_machine.cpu_family())
timeout = timeout * 10
endif