diff options
author | Evgeniy Didin <Evgeniy.Didin@synopsys.com> | 2019-01-14 18:43:16 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-01-14 21:40:04 +0100 |
commit | b1056f16f448f30b8642f83c7500d6d809ab9ac3 (patch) | |
tree | ad7cb804c33334efa9bf6ab9e6b601d52f805235 /package/python-numpy/python-numpy.hash | |
parent | e1cb28a9498078139b099b50580e554dc4e2087f (diff) | |
download | buildroot-b1056f16f448f30b8642f83c7500d6d809ab9ac3.tar.gz buildroot-b1056f16f448f30b8642f83c7500d6d809ab9ac3.zip |
package/python-numpy: fix fenv build failure on ARC with glibc
Building python-numpy on ARC with glibc fails due to missing FE_*
definitions in <fenv.h>. These exceptions are not supported by
ARC architecture. Let's add patch, which disables compilation
of a part of the code in which FE_* errors occur for ARC.
ARCompact toolchain issues are already fixed in the latest toolchain.
Also since commit "311af5e8c2db887800639bc803c8201b6b70e9ce"
("toolchain/toolchain-buildroot: enable glibc for all little-endian
ARCs with atomic ops") glibc is available for ARCompact.
That is why in Config.in we are leaving only "BR_arc" and
removing comments, which are not actual.
Signed-off-by: Evgeniy Didin <didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-numpy/python-numpy.hash')
0 files changed, 0 insertions, 0 deletions