diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.14.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.14.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-runtime_1.14.bb b/meta/recipes-devtools/go/go-runtime_1.14.bb index 43b68b4e46..4eeee65e0c 100644 --- a/meta/recipes-devtools/go/go-runtime_1.14.bb +++ b/meta/recipes-devtools/go/go-runtime_1.14.bb | |||
@@ -1,2 +1,3 @@ | |||
1 | export CGO_ENABLED_riscv64 = "" | ||
1 | require go-${PV}.inc | 2 | require go-${PV}.inc |
2 | require go-runtime.inc | 3 | require go-runtime.inc |
diff --git a/meta/recipes-devtools/go/go_1.14.bb b/meta/recipes-devtools/go/go_1.14.bb index 5d40cf9d04..bc90a1329e 100644 --- a/meta/recipes-devtools/go/go_1.14.bb +++ b/meta/recipes-devtools/go/go_1.14.bb | |||
@@ -2,7 +2,7 @@ require go-${PV}.inc | |||
2 | require go-target.inc | 2 | require go-target.inc |
3 | 3 | ||
4 | export GOBUILDMODE="" | 4 | export GOBUILDMODE="" |
5 | 5 | export CGO_ENABLED_riscv64 = "" | |
6 | # Add pie to GOBUILDMODE to satisfy "textrel" QA checking, but mips/riscv | 6 | # Add pie to GOBUILDMODE to satisfy "textrel" QA checking, but mips/riscv |
7 | # doesn't support -buildmode=pie, so skip the QA checking for mips/riscv and its | 7 | # doesn't support -buildmode=pie, so skip the QA checking for mips/riscv and its |
8 | # variants. | 8 | # variants. |