From f7ad576ccaab6620f8c2b127d00fc363842c3ad4 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Tue, 20 Aug 2013 05:31:34 +0000 Subject: Use GCC 4.2+ on armv6. Reviewed by: umq Approved by: umq --- security/libgcrypt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'security/libgcrypt') diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 6898cc8a7057..aa32af3fee83 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -36,6 +36,9 @@ CONFIGURE_ARGS+= --disable-asm BROKEN= will not compile. See pr ports/166388 .endif +.elif ${ARCH} == "armv6" +USE_GCC=4.2+ + .elif ${ARCH} == "i386" .if (${OSVERSION} < 900033) CONFIGURE_ARGS+= --disable-aesni-support -- cgit v1.2.3