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-bootstrap | |
| 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-bootstrap')
| -rw-r--r-- | package/go-bootstrap/Config.in.host | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/go-bootstrap/Config.in.host b/package/go-bootstrap/Config.in.host new file mode 100644 index 0000000000..fab80d24b4 --- /dev/null +++ b/package/go-bootstrap/Config.in.host @@ -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" |

