libcxxabi: broken on armv6l

This commit is contained in:
maxice8 2018-12-27 18:31:42 -02:00
parent a57a78e63f
commit 945a75b68d
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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*)