]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc: Set libc_cv_ssp_all to no as well
authorKhem Raj <raj.khem@gmail.com>
Fri, 13 Apr 2018 05:05:59 +0000 (22:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Apr 2018 17:48:19 +0000 (18:48 +0100)
This is not a problem right now but if we
were to use -fstack-protector-all this can
cause build errors

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/glibc/glibc.inc

index 9e02ffdff1f4cd975c8b30968a4b1c6b0dfbb437..ce1222be6870e97b93b0f1ea1be0f4f6a4977b96 100644 (file)
@@ -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 \
 "