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
This commit is contained in:
Ed Maste 2017-12-19 00:54:26 +00:00
parent eec20adbce
commit 29ef845380
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456698

View file

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