python-numpy: also disable ARC HS with glibc
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Nov 2017 14:17:51 +0000 (15:17 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 12 Nov 2017 16:53:17 +0000 (17:53 +0100)
commit1c0c55c0288775d8139facbacf651c67ecd397ba
tree8a075ac43c15a274d75ee6cb5b7eee23fd802d0b
parent1b9c562dfdac123e707dc8283338b11b24832ba7
python-numpy: also disable ARC HS with glibc

Building python-numpy on ARC HS with glibc fails due to missing FE_*
definitions in <fenv.h>. Therefore, python-numpy is only available on
ARC HS with a C library other than glibc.

Fixes:

  http://autobuild.buildroot.net/results/6b9a3310bb4f8c1fd7db0ef4476458b3eec2bf2e/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-numpy/Config.in