Browse Source

package/python-numpy: enable on RISC-V

numpy already supports RISC-V

Signed-off-by: 黄子懿 <huangziyi@canaan-creative.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
黄子懿 11 months ago
parent
commit
a0b8ca1c21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/python-numpy/Config.in

+ 1 - 0
package/python-numpy/Config.in

@@ -10,6 +10,7 @@ config BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
 	default y if BR2_mipsel
 	default y if BR2_mipsel
 	default y if BR2_powerpc
 	default y if BR2_powerpc
 	default y if BR2_powerpc64
 	default y if BR2_powerpc64
+	default y if BR2_riscv
 	default y if BR2_sh
 	default y if BR2_sh
 	default y if BR2_x86_64
 	default y if BR2_x86_64