summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/go/go.inc')
-rw-r--r--meta/recipes-devtools/go/go.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/go/go.inc b/meta/recipes-devtools/go/go.inc
index 52abbebd7e..9efbd275bd 100644
--- a/meta/recipes-devtools/go/go.inc
+++ b/meta/recipes-devtools/go/go.inc
@@ -1,5 +1,5 @@
1inherit goarch 1inherit goarch
2DEPENDS += "go-bootstrap-native" 2DEPENDS += "go-native"
3 3
4# libgcc is required for the target specific libraries to build 4# libgcc is required for the target specific libraries to build
5# properly, but apparently not for go-cross and, more importantly, 5# properly, but apparently not for go-cross and, more importantly,
@@ -17,7 +17,7 @@ export GOHOSTARCH = "${BUILD_GOARCH}"
17export GOOS = "${TARGET_GOOS}" 17export GOOS = "${TARGET_GOOS}"
18export GOARCH = "${TARGET_GOARCH}" 18export GOARCH = "${TARGET_GOARCH}"
19export GOARM = "${TARGET_GOARM}" 19export GOARM = "${TARGET_GOARM}"
20export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go1.4" 20export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go"
21export GOROOT_FINAL = "${libdir}/go" 21export GOROOT_FINAL = "${libdir}/go"
22export CGO_ENABLED = "1" 22export CGO_ENABLED = "1"
23export CC_FOR_TARGET = "${CC}" 23export CC_FOR_TARGET = "${CC}"