unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Refactor binutils configure usage
@ 2022-12-06 16:02 Adhemerval Zanella via Libc-alpha
  2022-12-06 16:02 ` [PATCH v2 1/3] configure: Allow user override LD, AR, OBJCOPY, and GPROF Adhemerval Zanella via Libc-alpha
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Adhemerval Zanella via Libc-alpha @ 2022-12-06 16:02 UTC (permalink / raw)
  To: libc-alpha, Vineet Gupta, Ludovic Courtès,
	Carlos O'Donell

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(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-11 20:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06 16:02 [PATCH v2 0/3] Refactor binutils configure usage Adhemerval Zanella via Libc-alpha
2022-12-06 16:02 ` [PATCH v2 1/3] configure: Allow user override LD, AR, OBJCOPY, and GPROF Adhemerval Zanella via Libc-alpha
2023-01-11 20:25   ` Carlos O'Donell via Libc-alpha
2022-12-06 16:02 ` [PATCH v2 2/3] configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS Adhemerval Zanella via Libc-alpha
2022-12-06 18:48   ` Adhemerval Zanella Netto via Libc-alpha
2023-01-11 20:30   ` Carlos O'Donell via Libc-alpha
2022-12-06 16:02 ` [PATCH v2 3/3] scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option Adhemerval Zanella via Libc-alpha
2023-01-11 20:28   ` Carlos O'Donell via Libc-alpha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).