public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: newlib@sourceware.org
Subject: [PATCH 0/4] libgloss: convert a few more arches to automake
Date: Tue, 20 Dec 2022 20:58:05 -0500	[thread overview]
Message-ID: <20221221015809.4154-1-vapier@gentoo.org> (raw)

This speeds the build up and simplifies the source rules.  It also
gets us to ~20% arch conversion (9/49), so hopefully it will make
it easier for new ports to use (more examples), and encourage some
existing ones to convert.

Mostly I wanted to burn down aarch64 & arm, but I did arc & d30v
too since they were small & easy.

Verified that `make install` produces the same set of files with
the same contents (at the disassembly level).

Mike Frysinger (4):
  libgloss: merge aarch64 into top-level Makefile
  libgloss: merge arm into top-level Makefile
  libgloss: merge arc into top-level Makefile
  libgloss: merge d30v into top-level Makefile

 libgloss/Makefile.am                   |  13 +
 libgloss/Makefile.in                   | 869 ++++++++++++++++++++++---
 libgloss/aarch64/Makefile.in           | 166 -----
 libgloss/aarch64/Makefile.inc          |  34 +
 libgloss/aarch64/cpu-init/Makefile.in  | 107 ---
 libgloss/aarch64/cpu-init/Makefile.inc |  20 +
 libgloss/arc/Makefile.in               | 122 ----
 libgloss/arc/Makefile.inc              |  12 +
 libgloss/arm/Makefile.in               | 241 -------
 libgloss/arm/Makefile.inc              |  89 +++
 libgloss/arm/acinclude.m4              |  10 -
 libgloss/arm/cpu-init/Makefile.in      |  84 ---
 libgloss/arm/cpu-init/Makefile.inc     |  15 +
 libgloss/configure                     | 105 ++-
 libgloss/configure.ac                  |  16 +-
 libgloss/d30v/Makefile.in              | 129 ----
 libgloss/d30v/Makefile.inc             |  12 +
 17 files changed, 1066 insertions(+), 978 deletions(-)
 delete mode 100644 libgloss/aarch64/Makefile.in
 create mode 100644 libgloss/aarch64/Makefile.inc
 delete mode 100644 libgloss/aarch64/cpu-init/Makefile.in
 create mode 100644 libgloss/aarch64/cpu-init/Makefile.inc
 delete mode 100644 libgloss/arc/Makefile.in
 create mode 100644 libgloss/arc/Makefile.inc
 delete mode 100644 libgloss/arm/Makefile.in
 create mode 100644 libgloss/arm/Makefile.inc
 delete mode 100644 libgloss/arm/cpu-init/Makefile.in
 create mode 100644 libgloss/arm/cpu-init/Makefile.inc
 delete mode 100644 libgloss/d30v/Makefile.in
 create mode 100644 libgloss/d30v/Makefile.inc

-- 
2.38.1


             reply	other threads:[~2022-12-21  1:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-21  1:58 Mike Frysinger [this message]
2022-12-21  1:58 ` [PATCH 1/4] libgloss: merge aarch64 into top-level Makefile Mike Frysinger
2022-12-21  1:58 ` [PATCH 2/4] libgloss: merge arm " Mike Frysinger
2022-12-21  1:58 ` [PATCH 3/4] libgloss: merge arc " Mike Frysinger
2022-12-21  1:58 ` [PATCH 4/4] libgloss: merge d30v " Mike Frysinger
2023-01-09 10:51 ` [PATCH 0/4] libgloss: convert a few more arches to automake 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=20221221015809.4154-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).