aboutsummaryrefslogtreecommitdiff
path: root/ld/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-10-11 12:04:42 +0100
committerNick Clifton <nickc@redhat.com>2016-10-11 12:13:43 +0100
commit199fa1b7089d7f7438b087fa30504ea5a590f561 (patch)
tree7cbfb0745751bb172694d4d402d354d37b697e21 /ld/configure
parent93562a343c26f67d2bd0e93cceb18a0a793087c2 (diff)
downloadbinutils-199fa1b7089d7f7438b087fa30504ea5a590f561.zip
binutils-199fa1b7089d7f7438b087fa30504ea5a590f561.tar.gz
binutils-199fa1b7089d7f7438b087fa30504ea5a590f561.tar.bz2
Add support to the static linker for the tokens accepted by the dynamic linker when resolving search paths.
PR ld/20535 * emultempl/elf32.em (_search_needed): Add support for pseudo environment variables supported by ld.so. Namely $ORIGIN, $LIB and $PLATFORM. * configure.ac: Add getauxval to list AC_CHECK_FUNCS list. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'ld/configure')
-rwxr-xr-xld/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure
index 3f82f35..2c55b28 100755
--- a/ld/configure
+++ b/ld/configure
@@ -16488,7 +16488,7 @@ _ACEOF
fi
done
-for ac_func in open lseek close
+for ac_func in getauxval open lseek close
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"