diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-target.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-target.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc index a53a314c78..141a456cca 100644 --- a/meta/recipes-devtools/go/go-target.inc +++ b/meta/recipes-devtools/go/go-target.inc | |||
@@ -8,6 +8,7 @@ export GOOS = "${TARGET_GOOS}" | |||
8 | export GOARCH = "${TARGET_GOARCH}" | 8 | export GOARCH = "${TARGET_GOARCH}" |
9 | export GOARM = "${TARGET_GOARM}" | 9 | export GOARM = "${TARGET_GOARM}" |
10 | export GO386 = "${TARGET_GO386}" | 10 | export GO386 = "${TARGET_GO386}" |
11 | export GOMIPS = "${TARGET_GOMIPS}" | ||
11 | export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" | 12 | export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" |
12 | export GOROOT_FINAL = "${libdir}/go" | 13 | export GOROOT_FINAL = "${libdir}/go" |
13 | export CGO_ENABLED = "1" | 14 | export CGO_ENABLED = "1" |