mirror of
git://git.yoctoproject.org/poky
synced 2026-09-26 21:42:41 +00:00
Working fine for musl targets now (From OE-Core rev: 1bab5be8133f62cdae251e66db6f472c3c37297c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
346 B
PHP
16 lines
346 B
PHP
inherit cross
|
|
|
|
DEPENDS += "gcc-cross-${TARGET_ARCH}"
|
|
|
|
PN = "go-cross-${TARGET_ARCH}"
|
|
|
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:"
|
|
|
|
GOROOT_FINAL = "${libdir}/go"
|
|
export GOROOT_FINAL
|
|
|
|
# x32 ABI is not supported on go compiler so far
|
|
COMPATIBLE_HOST_linux-gnux32 = "null"
|
|
# ppc32 is not supported in go compilers
|
|
COMPATIBLE_HOST_powerpc = "null"
|