mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
goarch.bbclass: disable shared runtime for nativesdk builds
While useful on embedded devices for saving disk space, use of shared runtime in Go is not the usual practice, so disable it for nativesdk builds. We don't use it for native builds, either, so this makes the SDK match the native environment more closely. (From OE-Core rev: fde7017f9735c0d317023022817b28771df53109) Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
13fd7abbe0
commit
58472bc7d0
@@ -24,6 +24,7 @@ GO_DYNLINK_x86 = "1"
|
||||
GO_DYNLINK_x86-64 = "1"
|
||||
GO_DYNLINK_powerpc64 = "1"
|
||||
GO_DYNLINK_class-native = ""
|
||||
GO_DYNLINK_class-nativesdk = ""
|
||||
|
||||
# define here because everybody inherits this class
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user