Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-21 06:47:47 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-21 15:07:15 +0300
commit55e09d5e8c1e9cd7d54952af706341ae45a67e3a (patch)
tree0ad87bd1d35f0bfd3cb2e505c123cd589618dbb6 /newlib/newlib.hin
parent0a67325726577e189c65e7c190f3f9e0874143a6 (diff)
newlib: switch to autoconf long double macro
Now that we require a recent version of autoconf, we can rely on this macro working. This change was already made to libm, but these other dirs were missed as I didn't notice it being duplicated in 3 places.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r--newlib/newlib.hin3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index 69a7cb7a7..feeb409bb 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -14,6 +14,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if the system has the type `long double'. */
+#undef HAVE_LONG_DOUBLE
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H