diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-13 12:57:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-14 14:42:18 +0000 |
commit | c46c25dcfeb3509ead23cb297e7dc62e025ba8f4 (patch) | |
tree | 91e2db6053dea406e9b0ec19610e73c9eade8fc8 /meta/classes/go.bbclass | |
parent | 500a5e44a9d6bf9d795f4d1cf28333ed71f0e07b (diff) | |
download | poky-c46c25dcfeb3509ead23cb297e7dc62e025ba8f4.tar.gz |
go: Enable on musl
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>
Diffstat (limited to 'meta/classes/go.bbclass')
-rw-r--r-- | meta/classes/go.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass index f1984604b0..42bbd73cf8 100644 --- a/meta/classes/go.bbclass +++ b/meta/classes/go.bbclass | |||
@@ -1,7 +1,5 @@ | |||
1 | inherit goarch | 1 | inherit goarch |
2 | 2 | ||
3 | # Incompatible with musl, at least for now | ||
4 | COMPATIBLE_HOST_libc-musl_class-target = "null" | ||
5 | # x32 ABI is not supported on go compiler so far | 3 | # x32 ABI is not supported on go compiler so far |
6 | COMPATIBLE_HOST_linux-gnux32 = "null" | 4 | COMPATIBLE_HOST_linux-gnux32 = "null" |
7 | # ppc32 is not supported in go compilers | 5 | # ppc32 is not supported in go compilers |