[Buildroot] [PATCH 1/1] libatomic_ops: make it available only on supported architectures

Peter Korsgaard jacmet at uclibc.org
Tue Mar 20 13:20:59 UTC 2012


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> libatomic_ops build fails on architectures such as MIPS or SuperH that
 Thomas> are not supported. So we make it possible to select the libatomic_ops
 Thomas> package only for the architectures that are known to be supported.

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  package/libatomic_ops/Config.in |    1 +
 Thomas>  package/libdrm/Config.in        |    5 ++++-
 Thomas>  2 files changed, 5 insertions(+), 1 deletions(-)

 Thomas> diff --git a/package/libatomic_ops/Config.in b/package/libatomic_ops/Config.in
 Thomas> index b9f14d1..c24cf46 100644
 Thomas> --- a/package/libatomic_ops/Config.in
 Thomas> +++ b/package/libatomic_ops/Config.in
 Thomas> @@ -1,4 +1,5 @@
 Thomas>  config BR2_PACKAGE_LIBATOMIC_OPS
 Thomas>  	bool "libatomic_ops"
 Thomas> +	depends on BR2_arm || BR2_i386 || BR2_sparc || BR2_powerpc || BR2_x86_64

It seems like you forgot BR2_armeb - I've added that and committed,
thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list