From 16b597807d6c383c6a4730fe27e143271e952edb Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 24 Mar 2021 01:10:38 +0100 Subject: elf: Fix not compiling ifunc tests that need gcc ifunc support --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 37cef37413..5dc616a9de 100755 --- a/configure +++ b/configure @@ -6736,6 +6736,8 @@ if test x"$libc_cv_gcc_indirect_function" = xyes; then $as_echo "#define HAVE_GCC_IFUNC 1" >>confdefs.h fi +config_vars="$config_vars +have-gcc-ifunc = $libc_cv_gcc_indirect_function" # This is far from the AC_ARG_ENABLE that sets it so that a sysdeps # configure fragment can override the value to prevent this AC_DEFINE. -- cgit v1.2.1