From aa477f04a351456694f8349262e411867102e9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 22 Dec 2017 10:21:12 +0100 Subject: [PATCH] openblas: fix armv5* --- srcpkgs/openblas/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/openblas/template b/srcpkgs/openblas/template index e974cbb9c87..3d2b022864a 100644 --- a/srcpkgs/openblas/template +++ b/srcpkgs/openblas/template @@ -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" ;;