about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-01-11 18:17:10 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-01-12 09:05:09 -0300
commit02abdab0d1a28a36b21ad2f263c94f11fad98f24 (patch)
treed5ef4300defe174bfaad6851c01c6b98f4bed820 /configure.ac
parent2d2d7e1a8f2e62b442ae8978f0a6c17f385575c4 (diff)
downloadglibc-02abdab0d1a28a36b21ad2f263c94f11fad98f24.tar.gz
glibc-02abdab0d1a28a36b21ad2f263c94f11fad98f24.tar.xz
glibc-02abdab0d1a28a36b21ad2f263c94f11fad98f24.zip
configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
Allow the variables to be overriden or have the defaults come
from the compiler currently in use.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 022b8f68bc..011844a3d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,8 +51,6 @@ if test $host != $build; then
 fi
 AC_SUBST(cross_compiling)
 AC_PROG_CPP
-AC_CHECK_TOOL(READELF, readelf, false)
-AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
 # We need the C++ compiler only for testing.
 AC_PROG_CXX
@@ -632,8 +630,6 @@ AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[]], [[
 AS_IF([test $libc_cv_compiler_ok != yes],
       [critic_missing="$critic_missing compiler"])
 
-AC_CHECK_TOOL(NM, nm, false)
-
 if test "x$maintainer" = "xyes"; then
   AC_CHECK_PROGS(AUTOCONF, autoconf, no)
   case "x$AUTOCONF" in