mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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: fe72090a30d1fc810de3dd07350e5e6afba745de) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1aa7e310c2
commit
5b6bb4fcb5
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user