[oe-commits] [openembedded-core] 08/12: goarch.bbclass: set ARM_INSTRUCTION_SET to "arm"

git at git.openembedded.org git at git.openembedded.org
Wed Sep 13 21:21:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 24da8c321831dcc5de00d65d6c5613efee109b57
Author: Matt Madison <matt at madison.systems>
AuthorDate: Wed Sep 13 14:54:09 2017 -0300

    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.
    
    Signed-off-by: Matt Madison <matt at madison.systems>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/goarch.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass
index bfba3c9..8b95c5f 100644
--- a/meta/classes/goarch.bbclass
+++ b/meta/classes/goarch.bbclass
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list