Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2013 05:31:34 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325029 - head/security/libgcrypt
Message-ID:  <201308200531.r7K5VYpB040471@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo (src committer)
Date: Tue Aug 20 05:31:34 2013
New Revision: 325029
URL: http://svnweb.freebsd.org/changeset/ports/325029

Log:
  Use GCC 4.2+ on armv6.
  
  Reviewed by:	umq
  Approved by:	umq

Modified:
  head/security/libgcrypt/Makefile

Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile	Tue Aug 20 04:45:54 2013	(r325028)
+++ head/security/libgcrypt/Makefile	Tue Aug 20 05:31:34 2013	(r325029)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308200531.r7K5VYpB040471>