svn commit: r456698 - head/devel/gcc-arm-embedded

Ed Maste emaste at FreeBSD.org
Tue Dec 19 00:54:28 UTC 2017


Author: emaste (src committer)
Date: Tue Dec 19 00:54:26 2017
New Revision: 456698
URL: https://svnweb.freebsd.org/changeset/ports/456698

Log:
  devel/gcc-arm-embedded: enable for arm64
  
  This was disabled with the reason being that it's slow to build in
  emulation, but arm64 packages have been building on real hardware for
  quite some time now.
  
  Approved by:	lev

Modified:
  head/devel/gcc-arm-embedded/Makefile

Modified: head/devel/gcc-arm-embedded/Makefile
==============================================================================
--- head/devel/gcc-arm-embedded/Makefile	Tue Dec 19 00:32:00 2017	(r456697)
+++ head/devel/gcc-arm-embedded/Makefile	Tue Dec 19 00:54:26 2017	(r456698)
@@ -27,7 +27,7 @@ PYGDB_USES=		python:2
 
 OPTIONS_SUB=		yes
 
-NOT_FOR_ARCHS=		aarch64 arm armeb armv6 armv7 \
+NOT_FOR_ARCHS=		arm armeb armv6 armv7 \
 			mips mips64 mips64el mipsel mipsn32
 NOT_FOR_ARCHS_REASON=	Very slow to build on emulator
 


More information about the svn-ports-all mailing list