]> code.ossystems Code Review - openembedded-core.git/commitdiff
goarch: There is no GOARCH defined for mips64-n32
authorJoe Slater <jslater@windriver.com>
Tue, 17 Oct 2017 22:03:25 +0000 (15:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2017 13:54:45 +0000 (13:54 +0000)
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/goarch.bbclass

index 653f035739f69bef455f096b2c08cbc5e15ab641..663c9ffc3d7be237049f45bc9088217aab508f86 100644 (file)
@@ -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"