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:
parent
eec20adbce
commit
29ef845380
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456698
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue