diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-02-24 07:27:33 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-23 17:36:08 -0800 |
| commit | 8a29c46188b31851b32414d9d3dbb38b1b48a073 (patch) | |
| tree | 9eafd21cb9c233d5d83b3053b9a371e5475a3b36 /meta-oe/dynamic-layers/meta-python/recipes-dbs | |
| parent | 7e576c04091dc232c4d456834157d448fb5272d9 (diff) | |
| download | meta-openembedded-8a29c46188b31851b32414d9d3dbb38b1b48a073.tar.gz | |
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 <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers/meta-python/recipes-dbs')
| -rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index ee5c77a85d..b4864defb7 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb | |||
| @@ -73,10 +73,6 @@ WIREDTIGER ?= "off" | |||
| 73 | WIREDTIGER:x86-64 = "on" | 73 | WIREDTIGER:x86-64 = "on" |
| 74 | WIREDTIGER:aarch64 = "on" | 74 | WIREDTIGER:aarch64 = "on" |
| 75 | 75 | ||
| 76 | # ld.gold: fatal error: build/59f4f0dd/mongo/mongod: Structure needs cleaning | ||
| 77 | LDFLAGS:append:x86:libc-musl = " -fuse-ld=bfd" | ||
| 78 | LDFLAGS:remove:toolchain-clang = "-fuse-ld=bfd" | ||
| 79 | |||
| 80 | EXTRA_OESCONS = "PREFIX=${prefix} \ | 76 | EXTRA_OESCONS = "PREFIX=${prefix} \ |
| 81 | DESTDIR=${D} \ | 77 | DESTDIR=${D} \ |
| 82 | MAXLINELENGTH='2097152' \ | 78 | MAXLINELENGTH='2097152' \ |
