]> sourceware.org Git - newlib-cygwin.git/commit
newlib: libm: switch to autoconf long double macro
authorMike Frysinger <vapier@gentoo.org>
Mon, 17 Jan 2022 05:42:53 +0000 (00:42 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 19 Jan 2022 23:51:04 +0000 (18:51 -0500)
commit6783cceb0acdf163f8f8843f63c17e08c07b88e9
tree9ea5a1c7981c4066595a6fbb1e7b80fc681d18aa
parent0f29c6fc3c0f6318315cc77ae0a70ce8122cb9a3
newlib: libm: switch to autoconf long double macro

Now that we require a recent version of autoconf, we can rely on this
macro working.  We shift the call in configure.ac down a little to
help keep the generated diff minimal -- there should be no functional
difference otherwise.  This is because the autoconf macros will call
a bunch of standard toolchain macros first, and arguably the current
code is incorrect in how it does its testing.
newlib/libm/configure
newlib/libm/configure.ac
This page took 0.031588 seconds and 5 git commands to generate.