[v3,0/2] Refactor binutils configure usage

Message ID 20230111211711.4001102-1-adhemerval.zanella@linaro.org
Headers
Series Refactor binutils configure usage |

Message

Adhemerval Zanella Netto Jan. 11, 2023, 9:17 p.m. UTC
  This patchset allows user to override all used binutils tools (ld, ar,
objcopy, gprof, nm, objdump, and readel), and remove unused options
for build-many-glibcs.py.

Changes from v2:
  * Rewrite commit message.

Adhemerval Zanella (2):
  configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
  scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option

 aclocal.m4                   |  12 ++
 configure                    | 295 ++---------------------------------
 configure.ac                 |   4 -
 scripts/build-many-glibcs.py |   5 -
 4 files changed, 27 insertions(+), 289 deletions(-)