summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-06-28 23:12:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-12 06:26:15 +0100
commit1f6bc6580c1b1be7ac68d06236c7a0a0d1d16bbb (patch)
tree6c15adb70e5b849c289f3c585e33a9d67320264a /meta/recipes-core/glibc
parentad454e026632604fd344147639e0b69ee10f11b7 (diff)
downloadpoky-1f6bc6580c1b1be7ac68d06236c7a0a0d1d16bbb.tar.gz
glibc: Remove obsolete --enable-stackguard-randomization
this has been removed in 2.34 onwards (From OE-Core rev: 1ca248f0b894b95b7fc9f0c0c76b5efe3555e386) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-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} \
79 --enable-tunables \ 79 --enable-tunables \
80 --enable-bind-now \ 80 --enable-bind-now \
81 --enable-stack-protector=strong \ 81 --enable-stack-protector=strong \
82 --enable-stackguard-randomization \
83 --disable-crypt \ 82 --disable-crypt \
84 --with-default-link \ 83 --with-default-link \
85 ${@bb.utils.contains_any('SELECTED_OPTIMIZATION', '-O0 -Og', '--disable-werror', '', d)} \ 84 ${@bb.utils.contains_any('SELECTED_OPTIMIZATION', '-O0 -Og', '--disable-werror', '', d)} \