summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go_1.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/go/go_1.15.bb')
-rw-r--r--meta/recipes-devtools/go/go_1.15.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go_1.15.bb b/meta/recipes-devtools/go/go_1.15.bb
index cc4c3fe45d..d4812c0f0a 100644
--- a/meta/recipes-devtools/go/go_1.15.bb
+++ b/meta/recipes-devtools/go/go_1.15.bb
@@ -6,6 +6,8 @@ inherit linuxloader
6export GOBUILDMODE="" 6export GOBUILDMODE=""
7export CGO_ENABLED_riscv64 = "" 7export CGO_ENABLED_riscv64 = ""
8export GO_LDSO = "${@get_linuxloader(d)}" 8export GO_LDSO = "${@get_linuxloader(d)}"
9export CC_FOR_TARGET = "gcc"
10export CXX_FOR_TARGET = "g++"
9 11
10# mips/rv64 doesn't support -buildmode=pie, so skip the QA checking for mips/riscv and its 12# mips/rv64 doesn't support -buildmode=pie, so skip the QA checking for mips/riscv and its
11# variants. 13# variants.