[Buildroot] [PATCH v2] protobuf: fix build for some unsupported architectures

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu May 8 18:56:27 UTC 2014


Dear Baruch Siach,

On Thu,  8 May 2014 15:28:11 +0300, Baruch Siach wrote:

> @@ -2,6 +2,8 @@ config BR2_PACKAGE_PROTOBUF
>  	bool "protobuf"
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on BR2_TOOLCHAIN_HAS_THREADS
> +	depends on BR2_x86_64 || BR2_i386 || BR2_arm || BR2_aarch64 || \
> +	    BR2_mipsel || BR2_powerpc

Unless there's a good reason to not support it, maybe we could keep
BR2_armeb here in the list of supported architectures?

Thanks,

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



More information about the buildroot mailing list