diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-crosssdk.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-crosssdk.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/go/go-crosssdk.inc b/meta/recipes-devtools/go/go-crosssdk.inc index 05ca62eba8..4391b32424 100644 --- a/meta/recipes-devtools/go/go-crosssdk.inc +++ b/meta/recipes-devtools/go/go-crosssdk.inc | |||
@@ -10,10 +10,6 @@ export GOOS = "${TARGET_GOOS}" | |||
10 | export GOARCH = "${TARGET_GOARCH}" | 10 | export GOARCH = "${TARGET_GOARCH}" |
11 | export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" | 11 | export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" |
12 | export GOROOT_FINAL = "${libdir}/go" | 12 | export GOROOT_FINAL = "${libdir}/go" |
13 | export CGO_ENABLED = "1" | ||
14 | export GOCACHE = "off" | ||
15 | export GOTMPDIR ?= "${WORKDIR}/go-tmp" | ||
16 | GOTMPDIR[vardepvalue] = "" | ||
17 | 13 | ||
18 | do_configure[noexec] = "1" | 14 | do_configure[noexec] = "1" |
19 | 15 | ||