Re: [PATCH] libgloss: merge cr16 into top-level Makefile
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 20 23:50, Mike Frysinger wrote: > Avoid a recursive make to speed things up a bit. > A cr16-elf build shows installed objects & libs produce same code. > > The test targets were dropped as they didn't actually work -- there > is no test.o rule in here. > --- > libgloss/Makefile.am | 3 + > libgloss/Makefile.in | 634 +++++++++++++++++++++++-------------- > libgloss/configure | 19 +- > libgloss/configure.ac | 5 +- > libgloss/cr16/Makefile.in | 158 --------- > libgloss/cr16/Makefile.inc | 40 +++ > 6 files changed, 455 insertions(+), 404 deletions(-) > delete mode 100644 libgloss/cr16/Makefile.in > create mode 100644 libgloss/cr16/Makefile.inc Please go ahead, Mike. Thanks, Corinna