summaryrefslogtreecommitdiff
path: root/ld/config.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-11-04 13:57:40 +0000
committerNick Clifton <nickc@redhat.com>2016-11-04 13:57:40 +0000
commit88ba72a2dfae2e71e3b0798ac74c6853749fd502 (patch)
treef58c9d3eb530cd7b2c4786a1f60cbfd2050efc1d /ld/config.in
parent1b7a12f2d68f2f334fbe78cc2db76982ba6d4ef1 (diff)
downloadbinutils-gdb-88ba72a2dfae2e71e3b0798ac74c6853749fd502.tar.gz
Remove support for $PLATFORM in rpath search paths.
* emultempl/elf32.em (search_needed): Remove use of getauxval and inclusion of <sys/auxv.h>. Replace support for $PLATFORM with a warning message. * configure.ac (AC_CHECK_FUNCS): Remove getauxval. * configure: Regenerate. * config.in: Regenerate.
Diffstat (limited to 'ld/config.in')
-rw-r--r--ld/config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/ld/config.in b/ld/config.in
index 5c614ed1a2e..2c6d698b6ce 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -62,9 +62,6 @@
/* 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