diff options
author | Nick Clifton <nickc@redhat.com> | 2016-10-11 12:04:42 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-10-11 12:13:43 +0100 |
commit | 199fa1b7089d7f7438b087fa30504ea5a590f561 (patch) | |
tree | 7cbfb0745751bb172694d4d402d354d37b697e21 /ld/configure | |
parent | 93562a343c26f67d2bd0e93cceb18a0a793087c2 (diff) | |
download | gdb-199fa1b7089d7f7438b087fa30504ea5a590f561.zip gdb-199fa1b7089d7f7438b087fa30504ea5a590f561.tar.gz gdb-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-x | ld/configure | 2 |
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" |