[gnome-continuous-yocto/gnomeostree-3.28-rocko: 8153/8267] goarch: There is no GOARCH defined for mips64-n32



commit 8eeed4220ed39320c688543659cfc865127cb791
Author: Joe Slater <jslater windriver com>
Date:   Tue Oct 17 15:03:25 2017 -0700

    goarch: There is no GOARCH defined for mips64-n32
    
    Defeat building for mipsarchn32 because there is no corresponding
    GOARCH.  Neither "mips" nor "mips64" allows go-runtime to compile.
    Existing mips32 code assumes the o32 ABI.
    
    (From OE-Core rev: 6380e5e381ceaf39a02e6f76c74910b2af71980b)
    
    Signed-off-by: Joe Slater <jslater windriver com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Armin Kuster <akuster mvista com>
    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 653f035..663c9ff 100644
--- a/meta/classes/goarch.bbclass
+++ b/meta/classes/goarch.bbclass
@@ -29,6 +29,7 @@ COMPATIBLE_HOST_linux-gnux32 = "null"
 COMPATIBLE_HOST_linux-muslx32 = "null"
 COMPATIBLE_HOST_powerpc = "null"
 COMPATIBLE_HOST_powerpc64 = "null"
+COMPATIBLE_HOST_mipsarchn32 = "null"
 ARM_INSTRUCTION_SET = "arm"
 TUNE_CCARGS_remove = "-march=mips32r2"
 


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