diff options
Diffstat (limited to 'meta/recipes-devtools/go/go.inc')
-rw-r--r-- | meta/recipes-devtools/go/go.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-devtools/go/go.inc b/meta/recipes-devtools/go/go.inc index 91d040d483..52abbebd7e 100644 --- a/meta/recipes-devtools/go/go.inc +++ b/meta/recipes-devtools/go/go.inc | |||
@@ -12,12 +12,6 @@ DEPENDS += "${@ 'libgcc' if not oe.utils.inherits(d, 'cross') else ''}" | |||
12 | INHIBIT_PACKAGE_STRIP = "1" | 12 | INHIBIT_PACKAGE_STRIP = "1" |
13 | INHIBIT_SYSROOT_STRIP = "1" | 13 | INHIBIT_SYSROOT_STRIP = "1" |
14 | 14 | ||
15 | # x32 ABI is not supported on go compiler so far | ||
16 | COMPATIBLE_HOST_linux-gnux32 = "null" | ||
17 | # ppc is not supported in go compilers | ||
18 | COMPATIBLE_HOST_powerpc = "null" | ||
19 | COMPATIBLE_HOST_powerpc64 = "null" | ||
20 | |||
21 | export GOHOSTOS = "${BUILD_GOOS}" | 15 | export GOHOSTOS = "${BUILD_GOOS}" |
22 | export GOHOSTARCH = "${BUILD_GOARCH}" | 16 | export GOHOSTARCH = "${BUILD_GOARCH}" |
23 | export GOOS = "${TARGET_GOOS}" | 17 | export GOOS = "${TARGET_GOOS}" |