Bump buidlroot version to 2018.02.6
This commit is contained in:
7
bsp/buildroot/package/go-bootstrap/Config.in.host
Normal file
7
bsp/buildroot/package/go-bootstrap/Config.in.host
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS
|
||||
bool
|
||||
# See src/cmd/dist/unix.c for the list of support
|
||||
# architectures
|
||||
default y if BR2_HOSTARCH = "x86"
|
||||
default y if BR2_HOSTARCH = "x86_64"
|
||||
default y if BR2_HOSTARCH = "arm"
|
||||
@@ -8,7 +8,7 @@ GO_BOOTSTRAP_VERSION = 1.4.3
|
||||
GO_BOOTSTRAP_SITE = https://storage.googleapis.com/golang
|
||||
GO_BOOTSTRAP_SOURCE = go$(GO_BOOTSTRAP_VERSION).src.tar.gz
|
||||
|
||||
GO_BOOTSTRAP_LICENSE = BSD-3c
|
||||
GO_BOOTSTRAP_LICENSE = BSD-3-Clause
|
||||
GO_BOOTSTRAP_LICENSE_FILES = LICENSE
|
||||
|
||||
# To build programs that need cgo support the toolchain needs to be
|
||||
@@ -17,7 +17,7 @@ GO_BOOTSTRAP_LICENSE_FILES = LICENSE
|
||||
# host-go-bootstrap.
|
||||
HOST_GO_BOOTSTRAP_DEPENDENCIES = toolchain
|
||||
|
||||
HOST_GO_BOOTSTRAP_ROOT = $(HOST_DIR)/usr/lib/go-$(GO_BOOTSTRAP_VERSION)
|
||||
HOST_GO_BOOTSTRAP_ROOT = $(HOST_DIR)/lib/go-$(GO_BOOTSTRAP_VERSION)
|
||||
|
||||
# The go build system is not compatable with ccache, so use HOSTCC_NOCCACHE
|
||||
# here. See https://github.com/golang/go/issues/11685.
|
||||
|
||||
Reference in New Issue
Block a user