summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-target.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/go/go-target.inc')
-rw-r--r--meta/recipes-devtools/go/go-target.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc
index 141a456cca..3bc32f3bec 100644
--- a/meta/recipes-devtools/go/go-target.inc
+++ b/meta/recipes-devtools/go/go-target.inc
@@ -1,4 +1,3 @@
1inherit goarch
2DEPENDS = "virtual/${TARGET_PREFIX}go go-native" 1DEPENDS = "virtual/${TARGET_PREFIX}go go-native"
3DEPENDS_class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk go-native" 2DEPENDS_class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk go-native"
4 3
@@ -11,10 +10,6 @@ export GO386 = "${TARGET_GO386}"
11export GOMIPS = "${TARGET_GOMIPS}" 10export GOMIPS = "${TARGET_GOMIPS}"
12export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" 11export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go"
13export GOROOT_FINAL = "${libdir}/go" 12export GOROOT_FINAL = "${libdir}/go"
14export CGO_ENABLED = "1"
15export GOCACHE = "off"
16export GOTMPDIR ?= "${WORKDIR}/go-tmp"
17GOTMPDIR[vardepvalue] = ""
18GO_LDFLAGS = "" 13GO_LDFLAGS = ""
19GO_LDFLAGS_class-nativesdk = "-linkmode external" 14GO_LDFLAGS_class-nativesdk = "-linkmode external"
20export GO_LDFLAGS 15export GO_LDFLAGS