python-numpy: disable for ARCompact
authorEvgeniy Didin <Evgeniy.Didin@synopsys.com>
Thu, 9 Nov 2017 15:15:51 +0000 (18:15 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 11 Nov 2017 22:26:50 +0000 (23:26 +0100)
This package fails when building for ARCompact due to toolchain issue.

Marking this with special comment "#ARC toolchain issues for
ARCompact" as the package is to be enabled as soon as the issue with
the ARC toolchain is resolved.

Fixes:

  http://autobuild.buildroot.net/results/4c4eaa90335756448007ae3c5ae3839fb17d4442/

Signed-off-by: Evgeniy Didin <didin@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: arc-buildroot@synopsys.com
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-numpy/Config.in

index 5abe04bde9493c61c6dd2b760bf1d196dae5ff49..1405218b1c5d88320b43c68b70677e6faedc435f 100644 (file)
@@ -1,7 +1,8 @@
 config BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
        bool
        # Numpy has some CPU specific code
-       default y if BR2_arc 
+       # ARC toolchain issues for ARCompact
+       default y if BR2_arc && !(BR2_arc770d || BR2_arc750d)
        default y if BR2_aarch64
        default y if BR2_arm 
        default y if BR2_armeb