[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7728/8267] goarch.bbclass: set ARM_INSTRUCTION_SET to "arm"



commit e6542356b461b510f913eecd3850c075764acc3a
Author: Matt Madison <matt@madison.systems>
Date:   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.
    
    (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>

 meta/classes/goarch.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]