Created attachment 143583 [details] Fix on ARM with clang I have been testing building ports on ARM using the armv6hf target. This is currently clang only as the version of gcc in base doesn't support this ABI. I have found libgcrype fails to build. The attached patch fixes the build for me.
Notify maintainer.
Created attachment 144439 [details] patch from redports build
https://redports.org/buildarchive/20140705224100-23819/ I see no issue with this and this removes a blocker for ARMv6
A commit references this bug: Author: sbruno Date: Sat Jul 5 23:19:06 UTC 2014 New revision: 360837 URL: http://svnweb.freebsd.org/changeset/ports/360837 Log: Added needed ASM instructions for armv6 architecture support. PR: 190848 Submitted by: andrew@freebsd.org Reviewed by: mat@freebsd.org Changes: head/security/libgcrypt/Makefile head/security/libgcrypt/files/patch-mpi-longlong.h