Re: [PATCH 0/4] libgloss: convert a few more arches to automake
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Dec 20 20:58, Mike Frysinger wrote: > 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 LGTM. Thanks, Corinna