community/openblas: fix build on loongarch64

This commit is contained in:
Jingyun Hua 2024-03-22 03:25:27 +00:00 committed by Natanael Copa
parent f4c99c3ef0
commit 71249fab9a

View File

@ -93,6 +93,9 @@ s390x)
riscv64)
_flags="$_flags TARGET=RISCV64_GENERIC"
;;
loongarch64)
_flags="$_flags TARGET=LOONGSONGENERIC"
;;
esac
# Flags for ILP64 variant.