diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-12-22 10:27:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-26 11:19:47 +0000 |
commit | 7bbc453ac2b8d63680855789948a145fc448017f (patch) | |
tree | c64ccde8fcbf2a1b72458d3db45bf0949f8eec93 /meta/recipes-core | |
parent | 5d0307fbefbc8e6667edfa93d527166059a30100 (diff) | |
download | openembedded-core-contrib-7bbc453ac2b8d63680855789948a145fc448017f.tar.gz |
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.28.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.28.bb b/meta/recipes-core/glibc/glibc_2.28.bb index a107c58b9fa..cebd2d0c9f1 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}" |