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-18 04:03:13 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-20 03:59:16 +0300
commitff5be4ab83ecf7e19f29add4676f38551e401ff9 (patch)
tree765dfa377a589119ee105baa41309d32546cf3da /newlib/newlib.hin
parent437c5c5085ff30b4a4960b2b53d06728c788361d (diff)
newlib: merge acconfig.h changes into newlib.hin
The acconfig.h header was used to run autoheader and then manually sync the output into newlib.hin. Based on how the files have fallen out of sync (with newlib.hin having many more templates), this has not been run in a long time, and attempts to do so now would break newlib.hin. Further, if you try to run autoheader now, it will automatically replace _newlib_version.hin since it's the first entry in the call to AC_CONFIG_HEADERS. So let's throw away acconfig.h entirely. It only had 2 slightly better comments, and the rest were either worse, missing, or stale. This has the side benefit of avoiding autoheader warning about the deprecated use of acconfig.h since newer autoconf only wants macro calls in configure.ac.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r--newlib/newlib.hin4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index 37ed88e97..db3446492 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -55,13 +55,13 @@
functions. */
#undef _ATEXIT_DYNAMIC_ALLOC
-/* True if long double supported. */
+/* Define if the platform supports long double type. */
#undef _HAVE_LONG_DOUBLE
/* Define if compiler supports -fno-tree-loop-distribute-patterns. */
#undef _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
-/* True if long double supported and it is equal to double. */
+/* Define if the platform long double type is equal to double. */
#undef _LDBL_EQ_DBL
/* Define if ivo supported in streamio. */