public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: newlib@sourceware.org
Subject: [PATCH 0/5] libgloss: drop custom multi-build logic
Date: Tue, 13 Dec 2022 21:36:55 -0500	[thread overview]
Message-ID: <20221214023700.13062-1-vapier@gentoo.org> (raw)

A small patch series to unwind the custom multi-build logic that was
the last big blocker for dropping all sub-configure scripts, and for
moving these dirs to automake.  I don't actually do the automake move
here, but this is still a big win imo as the diffstat shows.

Mike Frysinger (5):
  libgloss: aarch64: delete unused multi-build logic
  libgloss: arm: inline multi-build logic
  libgloss: drop unused multi-build logic
  libgloss: merge aarch64 configure script up a level
  libgloss: merge arm configure script up a level

 libgloss/Makefile.in                  |   28 +-
 libgloss/aarch64/Makefile.in          |  100 +-
 libgloss/aarch64/acinclude.m4         |    7 +
 libgloss/aarch64/aclocal.m4           |  546 ---
 libgloss/aarch64/configure            | 4784 ------------------------
 libgloss/aarch64/configure.ac         |   49 -
 libgloss/aarch64/cpu-init/Makefile.in |    7 +-
 libgloss/arm/Makefile.in              |  141 +-
 libgloss/arm/acinclude.m4             |   20 +
 libgloss/arm/aclocal.m4               |  546 ---
 libgloss/arm/configure                | 4813 -------------------------
 libgloss/arm/configure.ac             |   72 -
 libgloss/arm/cpu-init/Makefile.in     |    7 +-
 libgloss/configure                    |  222 +-
 libgloss/configure.ac                 |   18 +-
 libgloss/doc/porting.texi             |    4 +-
 libgloss/multi-build.in               |   66 -
 17 files changed, 203 insertions(+), 11227 deletions(-)
 create mode 100644 libgloss/aarch64/acinclude.m4
 delete mode 100644 libgloss/aarch64/aclocal.m4
 delete mode 100755 libgloss/aarch64/configure
 delete mode 100644 libgloss/aarch64/configure.ac
 create mode 100644 libgloss/arm/acinclude.m4
 delete mode 100644 libgloss/arm/aclocal.m4
 delete mode 100755 libgloss/arm/configure
 delete mode 100644 libgloss/arm/configure.ac
 delete mode 100644 libgloss/multi-build.in

-- 
2.38.1


             reply	other threads:[~2022-12-14  2:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-14  2:36 Mike Frysinger [this message]
2022-12-14  2:36 ` [PATCH 1/5] libgloss: aarch64: delete unused " Mike Frysinger
2022-12-14  2:36 ` [PATCH 2/5] libgloss: arm: inline " Mike Frysinger
2022-12-14  2:36 ` [PATCH 3/5] libgloss: drop unused " Mike Frysinger
2022-12-14  2:36 ` [PATCH 4/5] libgloss: merge aarch64 configure script up a level Mike Frysinger
2022-12-14  2:37 ` [PATCH 5/5] libgloss: merge arm " Mike Frysinger
2022-12-19  9:17 ` [PATCH 0/5] libgloss: drop custom multi-build logic Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221214023700.13062-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).