diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-12-19 14:42:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:14:44 +0000 |
commit | a8bccfa9a5bd4f68b2d96236f012bff61cca926b (patch) | |
tree | 53987b3ec9e5f05c02e7d9d873aa7f4833e1bb56 /meta/recipes-devtools/go/go-1.11.inc | |
parent | 3fc361f5f088c4756cdab423c98bd390daf4265b (diff) | |
download | poky-a8bccfa9a5bd4f68b2d96236f012bff61cca926b.tar.gz |
go 1.9/1.11: fix textrel qa warning for non mips arch
While building go itself, the go build system does not support
to set `-buildmode=pie' from environment.
Add GOBUILDMODE to support it which make PIE executables the default
build mode, as PIE executables are required as of Yocto
But mips doesn't support -buildmode=pie, so skip the QA checking for
mips and its variants
(From OE-Core rev: 7a8c5d29f70574043d695bc60da16c823d12a83e)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-1.11.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-1.11.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-1.11.inc b/meta/recipes-devtools/go/go-1.11.inc index c02e4683b3..d626514ae6 100644 --- a/meta/recipes-devtools/go/go-1.11.inc +++ b/meta/recipes-devtools/go/go-1.11.inc | |||
@@ -15,6 +15,7 @@ SRC_URI += "\ | |||
15 | file://0005-make.bash-override-CC-when-building-dist-and-go_boot.patch \ | 15 | file://0005-make.bash-override-CC-when-building-dist-and-go_boot.patch \ |
16 | file://0006-cmd-dist-separate-host-and-target-builds.patch \ | 16 | file://0006-cmd-dist-separate-host-and-target-builds.patch \ |
17 | file://0007-cmd-go-make-GOROOT-precious-by-default.patch \ | 17 | file://0007-cmd-go-make-GOROOT-precious-by-default.patch \ |
18 | file://0008-use-GOBUILDMODE-to-set-buildmode.patch \ | ||
18 | " | 19 | " |
19 | 20 | ||
20 | SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" | 21 | SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" |