diff options
-rw-r--r-- | meta/classes/goarch.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass index bfba3c9723..8b95c5fe94 100644 --- a/meta/classes/goarch.bbclass +++ b/meta/classes/goarch.bbclass | |||
@@ -27,6 +27,7 @@ COMPATIBLE_HOST_linux-gnux32 = "null" | |||
27 | COMPATIBLE_HOST_linux-muslx32 = "null" | 27 | COMPATIBLE_HOST_linux-muslx32 = "null" |
28 | COMPATIBLE_HOST_powerpc = "null" | 28 | COMPATIBLE_HOST_powerpc = "null" |
29 | COMPATIBLE_HOST_powerpc64 = "null" | 29 | COMPATIBLE_HOST_powerpc64 = "null" |
30 | ARM_INSTRUCTION_SET = "arm" | ||
30 | 31 | ||
31 | def go_map_arch(a, d): | 32 | def go_map_arch(a, d): |
32 | import re | 33 | import re |