summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-cross.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/go/go-cross.inc')
-rw-r--r--meta/recipes-devtools/go/go-cross.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc
index 93206a5d05..71e461123c 100644
--- a/meta/recipes-devtools/go/go-cross.inc
+++ b/meta/recipes-devtools/go/go-cross.inc
@@ -6,7 +6,8 @@ PN = "go-cross-${TARGET_ARCH}"
6 6
7# Ignore how TARGET_ARCH is computed. 7# Ignore how TARGET_ARCH is computed.
8TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" 8TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}"
9 9# Ignore target os libc for cross compiler
10#TARGET_OS[vardepexclude] = "LIBCEXTENSION"
10FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:" 11FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:"
11 12
12GOROOT_FINAL = "${libdir}/go" 13GOROOT_FINAL = "${libdir}/go"