Re: [PATCH] libgloss: switch to AM_PROG_AR
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 24 23:44, Mike Frysinger wrote: > Now that we require Automake 1.15, we can use this macro rather than > set the tool up ourselves. The current code doesn't properly search > for a prefixed ar tool as-is. > --- > libgloss/Makefile.in | 1 + > libgloss/aarch64/aclocal.m4 | 112 ++++++++++++++++++++++ > libgloss/aarch64/configure | 176 +++++++++++++++++++++++++++++++++- > libgloss/aarch64/configure.ac | 3 +- > libgloss/aclocal.m4 | 60 ++++++++++++ > libgloss/arm/aclocal.m4 | 112 ++++++++++++++++++++++ > libgloss/arm/configure | 176 +++++++++++++++++++++++++++++++++- > libgloss/arm/configure.ac | 3 +- > libgloss/configure | 144 ++++++++++++++++++++++++++-- > libgloss/configure.ac | 4 +- > 10 files changed, 776 insertions(+), 15 deletions(-) ACK Thx, Corinna