diff options
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/glibc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index a297bb15..00fffa76 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -112,6 +112,12 @@ config GLIBC_HAS_OBSOLETE_RPC def_bool y depends on GLIBC_2_14_or_later +# New GCC versions don't like the ifunc implementation in GCC, producing a warning. +# We can either require old GCC for those versions, or disable erroring out on warnings. +config GLIBC_HAS_NEW_IFUNC + def_bool y + depends on GLIBC_2_25_or_later + config GLIBC_EXTRA_CONFIG_ARRAY string prompt "extra config" |