]> Git Repo - buildroot-mgba.git/commitdiff
package/python-numpy: enable on RISC-V
author黄子懿 <[email protected]>
Thu, 15 Aug 2024 02:40:21 +0000 (02:40 +0000)
committerThomas Petazzoni <[email protected]>
Thu, 15 Aug 2024 07:20:50 +0000 (09:20 +0200)
numpy already supports RISC-V

Signed-off-by: 黄子懿 <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/python-numpy/Config.in

index c27baec3b340052f2dfdec9e313807a1841e5fce..e10618f0586a1ae3db13ed89d209aa69162b7f42 100644 (file)
@@ -10,6 +10,7 @@ config BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
        default y if BR2_mipsel
        default y if BR2_powerpc
        default y if BR2_powerpc64
+       default y if BR2_riscv
        default y if BR2_sh
        default y if BR2_x86_64
 
This page took 0.039161 seconds and 4 git commands to generate.