summaryrefslogtreecommitdiff
path: root/ld/config.in
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/config.in
parent93562a343c26f67d2bd0e93cceb18a0a793087c2 (diff)
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/config.in')
-rw-r--r--ld/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in
index 2c6d698b6c..5c614ed1a2 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -62,6 +62,9 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define to 1 if you have the `getauxval' function. */
+#undef HAVE_GETAUXVAL
+
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE