mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 14:02:22 +02:00
musl: Drop the protected symbol optimization at configure time
lld and gold can not handle it and treat it wrong Fixes [YOCTO #11689] (From OE-Core rev: 5490efb7446196dce6a4be678263e8a73648446a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -35,6 +35,7 @@ CONFIGUREOPTS = " \
|
||||
--libdir=${libdir} \
|
||||
--includedir=${includedir} \
|
||||
--syslibdir=${base_libdir} \
|
||||
--disable-visibility \
|
||||
"
|
||||
|
||||
do_configure() {
|
||||
|
||||
Reference in New Issue
Block a user