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.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc
index a4b55ad3d8..981c7abd31 100644
--- a/meta/recipes-devtools/go/go-target.inc
+++ b/meta/recipes-devtools/go/go-target.inc
@@ -13,9 +13,7 @@ export CGO_CXXFLAGS = "${CXXFLAGS}"
13export CGO_LDFLAGS = "${@ ' '.join(filter(lambda f: not f.startswith('-fdebug-prefix-map'), d.getVar('LDFLAGS').split())) }" 13export CGO_LDFLAGS = "${@ ' '.join(filter(lambda f: not f.startswith('-fdebug-prefix-map'), d.getVar('LDFLAGS').split())) }"
14 14
15export GOCACHE = "${B}/.cache" 15export GOCACHE = "${B}/.cache"
16GO_LDFLAGS = "" 16export GO_LDFLAGS = ""
17GO_LDFLAGS:class-nativesdk = " -linkmode external"
18export GO_LDFLAGS
19export GOBUILDFLAGS = "-gcflags=-trimpath=$GOPATH -asmflags=-trimpath=$GOPATH -trimpath" 17export GOBUILDFLAGS = "-gcflags=-trimpath=$GOPATH -asmflags=-trimpath=$GOPATH -trimpath"
20CC:append:class-nativesdk = " ${SECURITY_NOPIE_CFLAGS}" 18CC:append:class-nativesdk = " ${SECURITY_NOPIE_CFLAGS}"
21 19