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-07 01:05:55 -0600
commitf479f62c140bbab3869b8e2e783ee0c3f72dab3a (patch)
treeb6306eca52a912bb03158db05c669ffd48e63763 /external/libatomic_ops
parent628a812db0d9a53c1936874028c32c975153941d (diff)
Make libatomic_ops buildable and enable on non-X86.
Change-Id: Iec1d329f143ab76de7e8b4acd3da66efb6e0220c 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> Reviewed-on: https://gerrit.libreoffice.org/6600
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: