Mk/Uses/go.mk: Revert r517706, switch GO_PORT to lang/go on aarch64
aarch64 support has landed in lang/go, switch default GO_PORT from lang/go-devel to lang/go.
This commit is contained in:
parent
3fd3ed8d43
commit
942c2cd368
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527629
@ -114,10 +114,7 @@ GO_ENV+= GOPATH="${WRKDIR}" \
|
||||
GOBIN=""
|
||||
.endif
|
||||
|
||||
# Tentatively enable package building for Go ports on aarch64 to catch regressions early.
|
||||
# Can be removed after go1.14 is officially released in Jan 2020 and lang/go is updated to 1.14
|
||||
GO_PORT_aarch64= lang/go-devel
|
||||
GO_PORT?= ${GO_PORT_${ARCH}:Ulang/go}
|
||||
GO_PORT?= lang/go
|
||||
|
||||
BUILD_DEPENDS+= ${GO_CMD}:${GO_PORT}
|
||||
.if ${go_ARGS:Mrun}
|
||||
|
Loading…
Reference in New Issue
Block a user