From 4af35511360b00157ce6829ed0530b63d284dff8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 20 Jan 2022 23:57:43 -0500 Subject: 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. --- newlib/configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'newlib/configure.ac') 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 -- cgit v1.2.3