summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/libstd-rs_1.70.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rust/libstd-rs_1.70.0.bb')
-rw-r--r--meta/recipes-devtools/rust/libstd-rs_1.70.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/libstd-rs_1.70.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.70.0.bb
index f4e5abc0cc..f23db79733 100644
--- a/meta/recipes-devtools/rust/libstd-rs_1.70.0.bb
+++ b/meta/recipes-devtools/rust/libstd-rs_1.70.0.bb
@@ -45,3 +45,8 @@ do_install () {
45} 45}
46 46
47BBCLASSEXTEND = "nativesdk" 47BBCLASSEXTEND = "nativesdk"
48
49# Since 1.70.0 upgrade this fails to build with gold:
50# http://errors.yoctoproject.org/Errors/Details/708194/
51# ld: error: version script assignment of to symbol __rust_alloc_error_handler_should_panic failed: symbol not defined
52LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd', '', d)}"