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 07:57:43 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-22 01:27:55 +0300
commit4af35511360b00157ce6829ed0530b63d284dff8 (patch)
tree0dc3e19e36d1c7f05b4b7bcde750f8aba3c7e97b /newlib/configure.ac
parentf159663b08f532eb77147abc6f8a65e4c5854773 (diff)
newlib: drop redundant CFLAGS export
This is already handled by autotools for us automatically. You can tell as the generated output is exactly the same other than deleting a few blank lines.
Diffstat (limited to 'newlib/configure.ac')
-rw-r--r--newlib/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/configure.ac b/newlib/configure.ac
index 8878e08e6..93dde7feb 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -712,7 +712,5 @@ if test $newlib_cv_ldbl_eq_dbl = yes; then
AC_DEFINE(_LDBL_EQ_DBL, 1, [Define if the platform long double type is equal to double.])
fi
-AC_SUBST(CFLAGS)
-
AC_CONFIG_FILES([Makefile])
AC_OUTPUT