package/xen: disable go tools
go tools are enabled by default since version 4.14.0 and
1e13ea98bb
Disable them to avoid the following build failure on arm or aarch64
(when host-go is built before xen):
aarch64-none-linux-gnu-gcc: error: unrecognized command line option '-m64'
Fixes:
- http://autobuild.buildroot.org/results/08948e4c4a88fbf09cae524949e5b656882a6e9a
- http://autobuild.buildroot.org/results/d966585c931ca4a4ae6a854a21e07eec4c277a02
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2185877a80
commit
c04a56af13
@ -18,6 +18,7 @@ XEN_ARCH = arm32
|
||||
endif
|
||||
|
||||
XEN_CONF_OPTS = \
|
||||
--disable-golang \
|
||||
--disable-ocamltools \
|
||||
--with-initddir=/etc/init.d
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user