about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-03-24 01:10:38 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-03-24 01:52:46 +0100
commit16b597807d6c383c6a4730fe27e143271e952edb (patch)
treeb87911cdcc17322f47e7ebcc1b63b512c3b2ccc1 /configure.ac
parent14beab53219bf0751f37805060d83860abe89bdc (diff)
downloadglibc-16b597807d6c383c6a4730fe27e143271e952edb.tar.gz
glibc-16b597807d6c383c6a4730fe27e143271e952edb.tar.xz
glibc-16b597807d6c383c6a4730fe27e143271e952edb.zip
elf: Fix not compiling ifunc tests that need gcc ifunc support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 16b15b6f90..6a3a9ab620 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1770,6 +1770,7 @@ LIBC_CONFIG_VAR([have-ifunc], [$libc_cv_ld_gnu_indirect_function])
 if test x"$libc_cv_gcc_indirect_function" = xyes; then
   AC_DEFINE(HAVE_GCC_IFUNC)
 fi
+LIBC_CONFIG_VAR([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.