diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2018-07-23 16:10:23 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-07-23 15:29:37 -0400 |
commit | 0e4cd43ccb9bfc6b877446d2d7ea486472caf0a0 (patch) | |
tree | ce6a0c92bc7fcb9a28883bfb688b88d6200ed0b9 /recipes-extended/xen/files/tools-misc-fix-hypothetical-buffer-overflow.patch | |
parent | 10a427caddb31d919c9e50373e4f7d940147dcd3 (diff) | |
download | meta-virtualization-0e4cd43ccb9bfc6b877446d2d7ea486472caf0a0.tar.gz |
kubernetes: explicitly build for $TARGET_ARCH
'make all' uses 'uname' to select the build target, leading to compile failures like this:
| arm-angstrom-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
After providing the proper arch to the makefile it will try to use a hardcoded compiler:
| # runtime/cgo
| exec: "arm-linux-gnueabihf-gcc": executable file not found in $PATH
Fix that up by removing all hardcoded 'CC' entries in golang.sh
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/xen/files/tools-misc-fix-hypothetical-buffer-overflow.patch')
0 files changed, 0 insertions, 0 deletions