[oe-commits] [openembedded-core] 52/66: goarch: There is no GOARCH defined for mips64-n32

git at git.openembedded.org git at git.openembedded.org
Sun Nov 5 13:56:38 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 fe72090a30d1fc810de3dd07350e5e6afba745de
Author: Joe Slater <jslater at windriver.com>
AuthorDate: 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.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/goarch.bbclass | 1 +
 1 file changed, 1 insertion(+)

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"
 

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


More information about the Openembedded-commits mailing list