openblas: fix armv5*
This commit is contained in:
@@ -16,6 +16,7 @@ distfiles="https://github.com/xianyi/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum="5ef38b15d9c652985774869efd548b8e3e972e1e99475c673b25537ed7bcf394"
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
armv5*) make_build_args+=" TARGET=ARMV5" ;;
|
||||
armv6*) make_build_args+=" TARGET=ARMV6" ;;
|
||||
armv7*) make_build_args+=" TARGET=ARMV7" ;;
|
||||
aarch64*) make_build_args+=" TARGET=ARMV8" ;;
|
||||
|
||||
Reference in New Issue
Block a user