[Buildroot] [git commit] python-numpy: disable on non-supported architectures

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jul 18 08:54:18 UTC 2014


Dear Baruch Siach,

On Fri, 18 Jul 2014 11:45:58 +0300, Baruch Siach wrote:

> >  config BR2_PACKAGE_PYTHON_NUMPY
> >  	bool "python-numpy"
> > +	# Numpy has some CPU specific code
> > +	depends on BR2_aarch64 || BR2_arm || BR2_armeb || BR2_i386 \
> > +		|| BR2_mips || BR2_mipsel || BR2_powerpc || BR2_powerpc64 \
> > +		|| BR2_sh || BR2_sh || BR2_x86_64
> 
> Duplicate BR2_sh.

Argh, yes. Thanks for spotting. Fixed.

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


More information about the buildroot mailing list