[Buildroot] [PATCH 1/3] package/libatomic: mark as supporting aarch64

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Apr 12 21:19:14 UTC 2014


Dear Alex Bennée,

On Fri, 11 Apr 2014 15:05:54 +0100, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee at linaro.org>
> 
> diff --git a/package/libatomic_ops/Config.in b/package/libatomic_ops/Config.in
> index 3d5d0a8..290d0b0 100644
> --- a/package/libatomic_ops/Config.in
> +++ b/package/libatomic_ops/Config.in
> @@ -1,5 +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
> +	depends on BR2_arm || BR2_armeb || BR_aarch64 || BR2_i386 || BR2_sparc || BR2_powerpc || BR2_x86_64

                                           ^^^^ how could this even
                                                work ?

Anyway, I've committed your patch with this fixed to BR2_aarch64.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list