From 945a75b68dd321878f8040b4bc37d056cd24a269 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 27 Dec 2018 18:31:42 -0200 Subject: [PATCH] libcxxabi: broken on armv6l --- srcpkgs/libcxxabi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcxxabi/template b/srcpkgs/libcxxabi/template index 4d724b336d6..919016fb749 100644 --- a/srcpkgs/libcxxabi/template +++ b/srcpkgs/libcxxabi/template @@ -21,7 +21,7 @@ checksum="8168903a157ca7ab8423d3b974eaa497230b1564ceb57260be2bd14412e8ded8 # Aarch64 fails to build with gcc case "$XBPS_TARGET_MACHINE" in - armv7l) + armv[67]l) broken="invalid operands of types 'char [8]' and 'const uint64_t' to binary 'operator&'" ;; aarch64*)