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 1c94fc9c34..0b0cbf19ad 100644
--- a/meta/recipes-devtools/go/go.inc
+++ b/meta/recipes-devtools/go/go.inc
@@ -1,6 +1,6 @@
1inherit goarch 1inherit goarch
2# libgcc is required for the target specific libraries to build properly 2# libgcc is required for the target specific libraries to build properly
3DEPENDS += " go-native libgcc" 3DEPENDS += "go-bootstrap-native libgcc"
4# Prevent runstrip from running because you get errors when the host arch != target arch 4# Prevent runstrip from running because you get errors when the host arch != target arch
5INHIBIT_PACKAGE_STRIP = "1" 5INHIBIT_PACKAGE_STRIP = "1"
6INHIBIT_SYSROOT_STRIP = "1" 6INHIBIT_SYSROOT_STRIP = "1"
@@ -15,7 +15,7 @@ export GOHOSTARCH = "${BUILD_GOARCH}"
15export GOOS = "${TARGET_GOOS}" 15export GOOS = "${TARGET_GOOS}"
16export GOARCH = "${TARGET_GOARCH}" 16export GOARCH = "${TARGET_GOARCH}"
17export GOARM = "${TARGET_GOARM}" 17export GOARM = "${TARGET_GOARM}"
18export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" 18export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go1.4"
19export GOROOT_FINAL = "${libdir}/go" 19export GOROOT_FINAL = "${libdir}/go"
20export CGO_ENABLED = "1" 20export CGO_ENABLED = "1"
21export CC_FOR_TARGET = "${CC}" 21export CC_FOR_TARGET = "${CC}"