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>
This commit is contained in:
committed by
Peter Korsgaard
parent
d10dddf473
commit
68d2124d33
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user