[v2,0/3] Refactor binutils configure usage

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

Message

Adhemerval Zanella Dec. 6, 2022, 4:02 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.

Adhemerval Zanella (3):
  configure: Allow user override LD, AR, OBJCOPY, and GPROF
  configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
  scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option

 aclocal.m4                   |  28 +++-
 configure                    | 311 +++--------------------------------
 configure.ac                 |   4 -
 scripts/build-many-glibcs.py |   8 -
 4 files changed, 51 insertions(+), 300 deletions(-)