From ff5be4ab83ecf7e19f29add4676f38551e401ff9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2022 20:03:13 -0500 Subject: 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. --- newlib/newlib.hin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/newlib.hin') 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. */ -- cgit v1.2.3