aboutsummaryrefslogtreecommitdiff
path: root/ld/configure
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/configure
parent1b7a12f2d68f2f334fbe78cc2db76982ba6d4ef1 (diff)
downloadfsf-binutils-gdb-88ba72a2dfae2e71e3b0798ac74c6853749fd502.zip
fsf-binutils-gdb-88ba72a2dfae2e71e3b0798ac74c6853749fd502.tar.gz
fsf-binutils-gdb-88ba72a2dfae2e71e3b0798ac74c6853749fd502.tar.bz2
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/configure')
-rwxr-xr-xld/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure
index 2c55b28..3f82f35 100755
--- a/ld/configure
+++ b/ld/configure
@@ -16488,7 +16488,7 @@ _ACEOF
fi
done
-for ac_func in getauxval open lseek close
+for ac_func in 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"