diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-target.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-target.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc index 0d80bf0d97..b88d0166e5 100644 --- a/meta/recipes-devtools/go/go-target.inc +++ b/meta/recipes-devtools/go/go-target.inc | |||
@@ -14,6 +14,9 @@ export CC_FOR_TARGET = "${CC}" | |||
14 | export CXX_FOR_TARGET = "${CXX}" | 14 | export CXX_FOR_TARGET = "${CXX}" |
15 | export GO_TARGET_INSTALL = "cmd" | 15 | export GO_TARGET_INSTALL = "cmd" |
16 | export GO_FLAGS = "-a" | 16 | export GO_FLAGS = "-a" |
17 | GO_LDFLAGS = "" | ||
18 | GO_LDFLAGS_class-nativesdk = "-linkmode external" | ||
19 | export GO_LDFLAGS | ||
17 | 20 | ||
18 | do_configure[noexec] = "1" | 21 | do_configure[noexec] = "1" |
19 | 22 | ||