Re: [PATCH] newlib: switch to autoconf long double wider macro
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 21 00:04, Mike Frysinger wrote: > Now that we require a recent version of autoconf, we can rely on this > macro existing. It has inverted semantics from the existing test (it > looks for "is wider" instead of "is equal"), so we have to invert the > check when creating our _LDBL_EQ_DBL. > --- > newlib/configure | 72 +++++++++++++++++++++++++++++---------------- > newlib/configure.ac | 22 ++------------ > newlib/newlib.hin | 4 +++ > 3 files changed, 53 insertions(+), 45 deletions(-) Looks right to me, please push. Thanks, Corinna