K 10 svn:author V 4 dmgk K 8 svn:date V 27 2019-11-15T22:44:58.201645Z K 7 svn:log V 573 lang/go-devel: Add support for aarch64 AArch64 support was recently merged by the Go project and is slated to be in go1.14. This patch adds freebsd/arm64 support to lang/go-devel first, the intention is to similarly update lang/go when go1.14 is officially released. The most notable change is migration to the new bootstrap [1] because aarch64 is not supported by go1.4. [1] https://github.com/dmgk/go-bootstrap Reviewed by: tobik, Mikaƫl Urankar Approved by: tz (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D22316 END