diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-cross.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-cross.inc | 3 |
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. |
8 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" | 8 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" |
9 | 9 | # Ignore target os libc for cross compiler | |
10 | #TARGET_OS[vardepexclude] = "LIBCEXTENSION" | ||
10 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:" |
11 | 12 | ||
12 | GOROOT_FINAL = "${libdir}/go" | 13 | GOROOT_FINAL = "${libdir}/go" |