]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc: Enable --with-default-link
authorKhem Raj <raj.khem@gmail.com>
Sat, 22 Dec 2018 18:27:28 +0000 (10:27 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Dec 2018 11:19:47 +0000 (11:19 +0000)
This lets linker to use its internal linker script for shared objects
Fixes with when gold is default linker

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc_2.28.bb

index a107c58b9fa6a5db6f60ca6d998208d1543c9006..cebd2d0c9f1b1293166167c8eb80c6ce2e3ca215 100644 (file)
@@ -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}"