summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc_2.25.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.25.bb b/meta/recipes-core/glibc/glibc_2.25.bb
index ab6fbbea2a..83a1249b8c 100644
--- a/meta/recipes-core/glibc/glibc_2.25.bb
+++ b/meta/recipes-core/glibc/glibc_2.25.bb
@@ -77,6 +77,10 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
77 --with-headers=${STAGING_INCDIR} \ 77 --with-headers=${STAGING_INCDIR} \
78 --without-selinux \ 78 --without-selinux \
79 --enable-obsolete-rpc \ 79 --enable-obsolete-rpc \
80 --enable-tunables \
81 --enable-bind-now \
82 --enable-stack-protector=strong \
83 --enable-stackguard-randomization \
80 ${GLIBC_EXTRA_OECONF}" 84 ${GLIBC_EXTRA_OECONF}"
81 85
82EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" 86EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"