[PATCH 0/4] libgloss: convert a few more arches to automake

Mike Frysinger <[email protected]>
Newsgroups gmane.comp.lib.newlib
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.