diff options
Diffstat (limited to 'recipes-devtools/go-cross')
| -rw-r--r-- | recipes-devtools/go-cross/go-cross.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/go-cross/go-cross.inc b/recipes-devtools/go-cross/go-cross.inc index 857fbd54..a7117bcd 100644 --- a/recipes-devtools/go-cross/go-cross.inc +++ b/recipes-devtools/go-cross/go-cross.inc | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | inherit cross | 1 | inherit cross |
| 2 | 2 | ||
| 3 | # Produces target arch specific code so we should reflect this in the PN | ||
| 4 | PN = "go-cross-${TARGET_ARCH}" | ||
| 5 | |||
| 3 | # libgcc is required for the target specific libraries to build properly | 6 | # libgcc is required for the target specific libraries to build properly |
| 4 | DEPENDS += "go-initial-native libgcc virtual/${TARGET_PREFIX}gcc" | 7 | DEPENDS += "go-initial-native libgcc virtual/${TARGET_PREFIX}gcc" |
| 5 | 8 | ||
