]> code.ossystems Code Review - openembedded-core.git/commitdiff
go: Enable on musl
authorKhem Raj <raj.khem@gmail.com>
Mon, 13 Mar 2017 19:57:36 +0000 (12:57 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Mar 2017 14:39:04 +0000 (14:39 +0000)
Working fine for musl targets now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/go.bbclass
meta/recipes-devtools/go/go-cross.inc
meta/recipes-devtools/go/go.inc

index f1984604b06ae44d9b76488a30a6d590021daae0..42bbd73cf884f864091b2002b88362b7187f1565 100644 (file)
@@ -1,7 +1,5 @@
 inherit goarch
 
-# Incompatible with musl, at least for now
-COMPATIBLE_HOST_libc-musl_class-target = "null"
 # x32 ABI is not supported on go compiler so far
 COMPATIBLE_HOST_linux-gnux32 = "null"
 # ppc32 is not supported in go compilers
index 054ce501bd7630dad2c8622416c89080bcc76272..68f5efd6c0962164dcae0bed9b3caeba942c4bfb 100644 (file)
@@ -9,8 +9,6 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:"
 GOROOT_FINAL = "${libdir}/go"
 export GOROOT_FINAL
 
-# Incompatible with musl, at least for now
-COMPATIBLE_HOST_libc-musl_class-target = "null"
 # x32 ABI is not supported on go compiler so far
 COMPATIBLE_HOST_linux-gnux32 = "null"
 # ppc32 is not supported in go compilers
index 0c315afe06d1b2e5c70b8cad64cf728f2d8b1a59..1c94fc9c34fce17ca58380744959987152dcb0c4 100644 (file)
@@ -5,8 +5,6 @@ DEPENDS += " go-native libgcc"
 INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_SYSROOT_STRIP = "1"
 
-# Incompatible with musl, at least for now
-COMPATIBLE_HOST_libc-musl_class-target = "null"
 # x32 ABI is not supported on go compiler so far
 COMPATIBLE_HOST_linux-gnux32 = "null"
 # ppc32 is not supported in go compilers