diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-01-11 18:17:10 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-01-12 09:05:09 -0300 |
commit | 02abdab0d1a28a36b21ad2f263c94f11fad98f24 (patch) | |
tree | d5ef4300defe174bfaad6851c01c6b98f4bed820 /scripts | |
parent | 2d2d7e1a8f2e62b442ae8978f0a6c17f385575c4 (diff) | |
download | glibc-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 'scripts')
-rwxr-xr-x | scripts/build-many-glibcs.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index cb91797e76..aade0f9f09 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -1521,10 +1521,7 @@ class GlibcPolicyDefault(object): '--host=%s' % glibc.triplet, 'CC=%s' % glibc.tool_name('gcc'), 'CXX=%s' % glibc.tool_name('g++'), - 'NM=%s' % glibc.tool_name('nm'), - 'OBJDUMP=%s' % glibc.tool_name('objdump'), 'RANLIB=%s' % glibc.tool_name('ranlib'), - 'READELF=%s' % glibc.tool_name('readelf'), 'STRIP=%s' % glibc.tool_name('strip'), ] if glibc.os == 'gnu': |