summaryrefslogtreecommitdiffstats
path: root/package/libatomic_ops
diff options
context:
space:
mode:
authorThomas Petazzoni2012-03-20 12:11:04 +0100
committerPeter Korsgaard2012-03-20 14:20:18 +0100
commit68d2124d332a722422d59988183c20d7b254d0af (patch)
tree98cdb9fc732dfc8b058dd7a14fe8fa9057a68493 /package/libatomic_ops
parentkernel-headers: bump 3.0.x and 3.2.x stable versions (diff)
downloadbuildroot-68d2124d332a722422d59988183c20d7b254d0af.tar.gz
buildroot-68d2124d332a722422d59988183c20d7b254d0af.tar.xz
buildroot-68d2124d332a722422d59988183c20d7b254d0af.zip
libatomic_ops: make it available only on supported architectures
libatomic_ops build fails on architectures such as MIPS or SuperH that are not supported. So we make it possible to select the libatomic_ops package only for the architectures that are known to be supported. [Peter: add armeb as supported arch] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libatomic_ops')
-rw-r--r--package/libatomic_ops/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libatomic_ops/Config.in b/package/libatomic_ops/Config.in
index b9f14d198..3d5d0a824 100644
--- a/package/libatomic_ops/Config.in
+++ b/package/libatomic_ops/Config.in
@@ -1,4 +1,5 @@
config BR2_PACKAGE_LIBATOMIC_OPS
bool "libatomic_ops"
+ depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_sparc || BR2_powerpc || BR2_x86_64
help
Atomic operations library