mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
glibc: Enable --with-default-link
This lets linker to use its internal linker script for shared objects Fixes with when gold is default linker (From OE-Core rev: 7bbc453ac2b8d63680855789948a145fc448017f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -89,6 +89,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
|
|||||||
--enable-stack-protector=strong \
|
--enable-stack-protector=strong \
|
||||||
--enable-stackguard-randomization \
|
--enable-stackguard-randomization \
|
||||||
--disable-crypt \
|
--disable-crypt \
|
||||||
|
--with-default-link \
|
||||||
${GLIBCPIE} \
|
${GLIBCPIE} \
|
||||||
${GLIBC_EXTRA_OECONF}"
|
${GLIBC_EXTRA_OECONF}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user