public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] libgloss: convert a few more arches to automake
@ 2022-12-21  1:58 Mike Frysinger
  2022-12-21  1:58 ` [PATCH 1/4] libgloss: merge aarch64 into top-level Makefile Mike Frysinger
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mike Frysinger @ 2022-12-21  1:58 UTC (permalink / raw)
  To: newlib

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


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

end of thread, other threads:[~2023-01-09 10:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21  1:58 [PATCH 0/4] libgloss: convert a few more arches to automake Mike Frysinger
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

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