diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-11-06 19:41:30 +0000 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-11-06 19:41:30 +0000 |
commit | 31fd531b2757269dde108b362752f7949615736a (patch) | |
tree | 373e19d27475709d26c8f1222a2604b6a5225662 /external/libatomic_ops | |
parent | 0351eaf42f4ebda8564f0f7cdf32706dfff735f6 (diff) |
Revert "Make libatomic_ops buildable and enable on non-X86."
(Pushed from wrong branch -- incomplete/broken.)
This reverts commit 0351eaf42f4ebda8564f0f7cdf32706dfff735f6.
Diffstat (limited to 'external/libatomic_ops')
-rw-r--r-- | external/libatomic_ops/Module_libatomic_ops.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/external/libatomic_ops/Module_libatomic_ops.mk b/external/libatomic_ops/Module_libatomic_ops.mk index 0a9a534630de..7dca6703c868 100644 --- a/external/libatomic_ops/Module_libatomic_ops.mk +++ b/external/libatomic_ops/Module_libatomic_ops.mk @@ -9,13 +9,9 @@ $(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: |