mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
OpenBLAS RISC-V 64bit support was added in [1] and was renamed to "RISCV64_GENERIC" in [2]. Those commits were first included in OpenBLAS release v0.3.13. This support can now be enabled. With this commit, we can install the library and packages such as GNU Octave on RISC-V platforms. This patch also adjusts the alignment for adding "RISCV64_GENERIC" in Config.in. [1]c167a3d6f4[2]265ab484c8Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Reviewed-by: Julien Olivain <ju.o@free.fr> Tested-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit c789bcddf0fb17580bef0cdc45b5334a90ecdf13) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>