diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-04-12 22:05:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-18 18:48:19 +0100 |
commit | 271831133358b3231808e8fe7aa2817e41d98e2f (patch) | |
tree | af91a9d1cc5a7ba9b071f3d6c068c1c925443038 | |
parent | f7f26bd0fe7085515bdebf23107ed8647a0c98fe (diff) | |
download | openembedded-core-271831133358b3231808e8fe7aa2817e41d98e2f.tar.gz openembedded-core-271831133358b3231808e8fe7aa2817e41d98e2f.tar.bz2 openembedded-core-271831133358b3231808e8fe7aa2817e41d98e2f.zip |
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/glibc/glibc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index 9e02ffdff1..ce1222be68 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core/glibc/glibc.inc @@ -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 \ " |