mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 10:28:06 +00: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:
parent
fb9e636538
commit
22bcd19038
@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user