diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-11-13 23:16:31 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-11-13 23:16:31 +0100 |
commit | f5022e070a87d595f0f5810833875e8c69a5f1a1 (patch) | |
tree | 0a743e9dec683dc45cc6033d0bcaad0819c2fc43 /package/go | |
parent | e57335cec2afe1aac395018c988e8946f8c76207 (diff) | |
parent | 071cc43892f4a6c0b26b7a145f844acde31e7ee0 (diff) | |
download | buildroot-f5022e070a87d595f0f5810833875e8c69a5f1a1.tar.gz buildroot-f5022e070a87d595f0f5810833875e8c69a5f1a1.zip |
Merge tag '2017.11-rc2' into next
master has gained a number of autobuilder bugfixes since rc1, so merge these
to next to also fix them there.
Diffstat (limited to 'package/go')
-rw-r--r-- | package/go/Config.in.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/go/Config.in.host b/package/go/Config.in.host index a210033efd..c871ac4196 100644 --- a/package/go/Config.in.host +++ b/package/go/Config.in.host @@ -1,6 +1,7 @@ config BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS bool default y + depends on BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS depends on (BR2_arm && BR2_TOOLCHAIN_SUPPORTS_PIE) || BR2_aarch64 \ || BR2_i386 || BR2_x86_64 || BR2_powerpc64le \ || BR2_mips64 || BR2_mips64el |