mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
goarch.bbclass: Disable dynamic linking on PPC64 LE
(From OE-Core rev: cbcaa7e4808d881e19bdefc9123232449d8a2cad) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -37,6 +37,7 @@ GO_DYNLINK_aarch64 = "1"
|
||||
GO_DYNLINK_x86 = "1"
|
||||
GO_DYNLINK_x86-64 = "1"
|
||||
GO_DYNLINK_powerpc64 = "1"
|
||||
GO_DYNLINK_powerpc64le = "1"
|
||||
GO_DYNLINK_class-native = ""
|
||||
GO_DYNLINK_class-nativesdk = ""
|
||||
|
||||
@@ -46,6 +47,7 @@ COMPATIBLE_HOST_linux-gnux32 = "null"
|
||||
COMPATIBLE_HOST_linux-muslx32 = "null"
|
||||
COMPATIBLE_HOST_powerpc = "null"
|
||||
COMPATIBLE_HOST_powerpc64 = "null"
|
||||
COMPATIBLE_HOST_powerpc64le = "null"
|
||||
COMPATIBLE_HOST_mipsarchn32 = "null"
|
||||
|
||||
ARM_INSTRUCTION_SET_armv4 = "arm"
|
||||
|
||||
Reference in New Issue
Block a user