From 387c8d8e2c89d94d41c76479ee9571c60e824ac3 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 12 May 2018 13:00:41 -0700 Subject: First batch of fixes - Incompatible function type for ifunc alias - Multiple statements macro expansion in strftime - if_nametoindex size checking Signed-off-by: Alexey Neyman --- config/libc/glibc.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/libc') 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" -- cgit v1.2.3