diff options
Diffstat (limited to 'meta/classes')
-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 |