diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-03-24 01:10:38 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-03-24 01:52:46 +0100 |
commit | 16b597807d6c383c6a4730fe27e143271e952edb (patch) | |
tree | b87911cdcc17322f47e7ebcc1b63b512c3b2ccc1 /configure | |
parent | 14beab53219bf0751f37805060d83860abe89bdc (diff) | |
download | glibc-16b597807d6c383c6a4730fe27e143271e952edb.tar glibc-16b597807d6c383c6a4730fe27e143271e952edb.tar.gz glibc-16b597807d6c383c6a4730fe27e143271e952edb.tar.bz2 glibc-16b597807d6c383c6a4730fe27e143271e952edb.zip |
elf: Fix not compiling ifunc tests that need gcc ifunc support
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |