summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/go-cross/go-cross.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/go-cross/go-cross.inc b/recipes-devtools/go-cross/go-cross.inc
index 181f4aad..31749878 100644
--- a/recipes-devtools/go-cross/go-cross.inc
+++ b/recipes-devtools/go-cross/go-cross.inc
@@ -1,6 +1,7 @@
1inherit cross 1inherit cross
2 2
3DEPENDS += "go-native" 3# libgcc is required for the target specific libraries to build properly
4DEPENDS += "go-native libgcc"
4 5
5# Prevent runstrip from running because you get errors when the host arch != target arch 6# Prevent runstrip from running because you get errors when the host arch != target arch
6#INHIBIT_PACKAGE_STRIP = "1" 7#INHIBIT_PACKAGE_STRIP = "1"