diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-cross.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-cross.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc index 289ae77104..44f230b8bc 100644 --- a/meta/recipes-devtools/go/go-cross.inc +++ b/meta/recipes-devtools/go/go-cross.inc | |||
@@ -15,9 +15,6 @@ export GOMIPS = "${TARGET_GOMIPS}" | |||
15 | export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" | 15 | export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" |
16 | export GOROOT_FINAL = "${libdir}/go" | 16 | export GOROOT_FINAL = "${libdir}/go" |
17 | export GOCACHE = "off" | 17 | export GOCACHE = "off" |
18 | export GOTMPDIR ?= "${WORKDIR}/go-tmp" | ||
19 | GOTMPDIR[vardepvalue] = "" | ||
20 | export CGO_ENABLED = "1" | ||
21 | CC = "${@d.getVar('BUILD_CC').strip()}" | 18 | CC = "${@d.getVar('BUILD_CC').strip()}" |
22 | 19 | ||
23 | do_configure[noexec] = "1" | 20 | do_configure[noexec] = "1" |