Re: [PATCH 0/7] modernize toolchain macros
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 5 02:34, Mike Frysinger wrote: > The NEWLIB_CONFIGURE logic had a lot of duplication of older autoconf > toolchain checks to workaround limitations in linking checks. Since we > use AC_NO_EXECUTABLES and modern autoconf and modern automake versions, > we can clean a bunch of these up. > > Mike Frysinger (7): > newlib: move AC_NO_EXECUTABLES logic up to common code > newlib: switch to standard AC_PROG_CC > newlib: switch to standard AM_PROG_AS > newlib: switch to AM_PROG_AR > newlib: drop cygnus EXEEXT hack > newlib: drop autoconf-2.13 hack > newlib: switch to standard AC_PROG_RANLIB LGTM, please push. Thanks, Corinna