summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.34.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-06-28 23:12:20 -0700
committerKhem Raj <raj.khem@gmail.com>2021-08-02 13:42:51 -0700
commita6a22bddbe775ae7b362ff74c5da6705c6a9d6ce (patch)
treeb1aecacfdc05be9c162e3552dd57a045d1b01808 /meta/recipes-core/glibc/glibc_2.34.bb
parent847c8ae9a7c4ee8d06ea13d62a34f4eb856553cb (diff)
downloadopenembedded-core-contrib-a6a22bddbe775ae7b362ff74c5da6705c6a9d6ce.tar.gz
glibc: Remove obsolete --enable-stackguard-randomization
this has been removed in 2.34 onwards Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.34.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.34.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.34.bb b/meta/recipes-core/glibc/glibc_2.34.bb
index 7ad59115b7..4beeb10c29 100644
--- a/meta/recipes-core/glibc/glibc_2.34.bb
+++ b/meta/recipes-core/glibc/glibc_2.34.bb
@@ -79,7 +79,6 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
--enable-tunables \
--enable-bind-now \
--enable-stack-protector=strong \
- --enable-stackguard-randomization \
--disable-crypt \
--with-default-link \
${@bb.utils.contains_any('SELECTED_OPTIMIZATION', '-O0 -Og', '--disable-werror', '', d)} \