From 8a29c46188b31851b32414d9d3dbb38b1b48a073 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 24 Feb 2025 07:27:33 +0800 Subject: recipes: drop ld-is-gold support The gold linker support has been dropped in oe-core[1]. Remove related special cases and patches in recipes. [1] https://git.openembedded.org/openembedded-core/commit/?id=a4addb9ab63011e7c604fc5daff95559e7d214e7 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/mysql/mariadb.inc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta-oe/recipes-dbs') diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index b620355730..51eaf4a502 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc @@ -69,14 +69,8 @@ PACKAGECONFIG[krb5] = ", ,krb5" PACKAGECONFIG[lz4] = ", ,lz4" PACKAGECONFIG[openssl] = "-DWITH_SSL='system',-DWITH_SSL='bundled',openssl" -# MariaDB doesn't link properly with gold -# https://mariadb.atlassian.net/browse/MDEV-5982 -TARGET_CFLAGS += "-fuse-ld=bfd" LDFLAGS += " -pthread" -BUILD_CFLAGS += "-fuse-ld=bfd" -BUILD_CXXFLAGS += "-fuse-ld=bfd" - LDFLAGS:x86:toolchain-clang = "-latomic" LDFLAGS:riscv32:toolchain-clang = "-latomic" -- cgit v1.2.3-54-g00ecf