summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-configure-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-common.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-configure-common.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc
index e2ce234aa1..0eecde6f17 100644
--- a/meta/recipes-devtools/gcc/gcc-configure-common.inc
+++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc
@@ -47,6 +47,10 @@ EXTRA_OECONF = "\
47 ${@get_gcc_multiarch_setting(bb, d)} \ 47 ${@get_gcc_multiarch_setting(bb, d)} \
48" 48"
49 49
50# glibc version is a minimum controlling whether features are enabled.
51# Doesn't need to track glibc exactly
52EXTRA_OECONF_append_libc-glibc = " --with-glibc-version=2.28 "
53
50# Set this here since GCC configure won't auto-detect and enable 54# Set this here since GCC configure won't auto-detect and enable
51# initfini-arry when cross compiling. 55# initfini-arry when cross compiling.
52EXTRA_OECONF_append = " --enable-initfini-array" 56EXTRA_OECONF_append = " --enable-initfini-array"