From 7bbc453ac2b8d63680855789948a145fc448017f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 22 Dec 2018 10:27:28 -0800 Subject: glibc: Enable --with-default-link This lets linker to use its internal linker script for shared objects Fixes with when gold is default linker Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc_2.28.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/glibc/glibc_2.28.bb b/meta/recipes-core/glibc/glibc_2.28.bb index a107c58b9f..cebd2d0c9f 100644 --- a/meta/recipes-core/glibc/glibc_2.28.bb +++ b/meta/recipes-core/glibc/glibc_2.28.bb @@ -89,6 +89,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ --enable-stack-protector=strong \ --enable-stackguard-randomization \ --disable-crypt \ + --with-default-link \ ${GLIBCPIE} \ ${GLIBC_EXTRA_OECONF}" -- cgit 1.2.3-korg