mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
glibc: Set libc_cv_ssp_all to no as well
This is not a problem right now but if we were to use -fstack-protector-all this can cause build errors (From OE-Core rev: 271831133358b3231808e8fe7aa2817e41d98e2f) 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:
@@ -50,6 +50,7 @@ CACHED_CONFIGUREVARS += " \
|
||||
libc_cv_rootsbindir=${base_sbindir} \
|
||||
libc_cv_localedir=${localedir} \
|
||||
libc_cv_ssp_strong=no \
|
||||
libc_cv_ssp_all=no \
|
||||
libc_cv_ssp=no \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user