summaryrefslogtreecommitdiff
path: root/external/libatomic_ops
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-05 16:27:50 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-11-06 13:20:34 -0600
commit0351eaf42f4ebda8564f0f7cdf32706dfff735f6 (patch)
tree2d8a2cfc6f7b301c1fb179632ca627201595d10e /external/libatomic_ops
parent7813bd3113beb2b2860f9eb213c5c67ef54f5bf0 (diff)
Make libatomic_ops buildable and enable on non-X86.
Change-Id: I9423672b03caa4d500d44155bc47d4a8fa10c3cb Reviewed-on: https://gerrit.libreoffice.org/5812 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
Diffstat (limited to 'external/libatomic_ops')
-rw-r--r--external/libatomic_ops/Module_libatomic_ops.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/external/libatomic_ops/Module_libatomic_ops.mk b/external/libatomic_ops/Module_libatomic_ops.mk
index 7dca6703c868..0a9a534630de 100644
--- a/external/libatomic_ops/Module_libatomic_ops.mk
+++ b/external/libatomic_ops/Module_libatomic_ops.mk
@@ -9,9 +9,13 @@
$(eval $(call gb_Module_Module,libatomic_ops))
+ifeq ($(SYSTEM_LIBATOMIC_OPS),NO)
+
$(eval $(call gb_Module_add_targets,libatomic_ops,\
ExternalProject_libatomic_ops \
UnpackedTarball_libatomic_ops \
))
+endif
+
# vim: set noet sw=4 ts=4: