summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/rust_1.81.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rust/rust_1.81.0.bb')
-rw-r--r--meta/recipes-devtools/rust/rust_1.81.0.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.81.0.bb b/meta/recipes-devtools/rust/rust_1.81.0.bb
index 1038c275f6..c4f8ee7108 100644
--- a/meta/recipes-devtools/rust/rust_1.81.0.bb
+++ b/meta/recipes-devtools/rust/rust_1.81.0.bb
@@ -377,8 +377,3 @@ RUSTLIB_DEP:class-nativesdk = ""
377INSANE_SKIP:${PN} = "staticdev" 377INSANE_SKIP:${PN} = "staticdev"
378 378
379BBCLASSEXTEND = "native nativesdk" 379BBCLASSEXTEND = "native nativesdk"
380
381# Since 1.70.0 upgrade this fails to build with gold:
382# http://errors.yoctoproject.org/Errors/Details/708196/
383# ld: error: version script assignment of to symbol __rust_alloc_error_handler_should_panic failed: symbol not defined
384LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-fuse-ld=bfd', '', d)}"