From: Khem Raj Date: Sat, 22 Dec 2018 18:27:28 +0000 (-0800) Subject: glibc: Enable --with-default-link X-Git-Tag: uninative-2.4~774 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7bbc453ac2b8d63680855789948a145fc448017f;p=openembedded-core.git 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 --- 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}"