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

Baruch Siach baruch at tkos.co.il
Thu May 8 19:20:08 UTC 2014


Hi Thomas,

On Thu, May 08, 2014 at 08:56:27PM +0200, Thomas Petazzoni wrote:
> 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?

I don't see __ARMEB__(?) in the list of protobuf supported architectures at 
src/google/protobuf/stubs/platform_macros.h, only __ARMEL__.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the buildroot mailing list