diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-cross.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-cross.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc index dac0dfd137..3ac7211bc3 100644 --- a/meta/recipes-devtools/go/go-cross.inc +++ b/meta/recipes-devtools/go/go-cross.inc | |||
@@ -10,6 +10,7 @@ export GOHOSTARCH = "${BUILD_GOARCH}" | |||
10 | export GOOS = "${TARGET_GOOS}" | 10 | export GOOS = "${TARGET_GOOS}" |
11 | export GOARCH = "${TARGET_GOARCH}" | 11 | export GOARCH = "${TARGET_GOARCH}" |
12 | export GOARM = "${TARGET_GOARM}" | 12 | export GOARM = "${TARGET_GOARM}" |
13 | export GO386 = "${TARGET_GO386}" | ||
13 | export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" | 14 | export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" |
14 | export GOROOT_FINAL = "${libdir}/go" | 15 | export GOROOT_FINAL = "${libdir}/go" |
15 | export CGO_ENABLED = "1" | 16 | export CGO_ENABLED = "1" |
@@ -37,6 +38,7 @@ here=\`dirname \$0\` | |||
37 | export GOARCH="${TARGET_GOARCH}" | 38 | export GOARCH="${TARGET_GOARCH}" |
38 | export GOOS="${TARGET_GOOS}" | 39 | export GOOS="${TARGET_GOOS}" |
39 | export GOARM="\${GOARM:-${TARGET_GOARM}}" | 40 | export GOARM="\${GOARM:-${TARGET_GOARM}}" |
41 | export GO386="\${GO386:-${TARGET_GO386}}" | ||
40 | \$here/../../lib/${CROSS_TARGET_SYS_DIR}/go/bin/$1 "\$@" | 42 | \$here/../../lib/${CROSS_TARGET_SYS_DIR}/go/bin/$1 "\$@" |
41 | END | 43 | END |
42 | chmod +x ${D}${bindir}/$2 | 44 | chmod +x ${D}${bindir}/$2 |