mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
goarch.bbclass: set ARM_INSTRUCTION_SET to "arm"
Go does not play well with thumb, so ensure that the toolchain and any packages use arm, not thumb, instructions. (From OE-Core rev: 24da8c321831dcc5de00d65d6c5613efee109b57) Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a9fdf491ca
commit
e6542356b4
@@ -27,6 +27,7 @@ COMPATIBLE_HOST_linux-gnux32 = "null"
|
||||
COMPATIBLE_HOST_linux-muslx32 = "null"
|
||||
COMPATIBLE_HOST_powerpc = "null"
|
||||
COMPATIBLE_HOST_powerpc64 = "null"
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
def go_map_arch(a, d):
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user