From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 4C1B13858C60; Fri, 21 Jan 2022 22:28:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C1B13858C60 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib: drop redundant CFLAGS export X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: f159663b08f532eb77147abc6f8a65e4c5854773 X-Git-Newrev: 4af35511360b00157ce6829ed0530b63d284dff8 Message-Id: <20220121222823.4C1B13858C60@sourceware.org> Date: Fri, 21 Jan 2022 22:28:23 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2022 22:28:23 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D4af35511360= b00157ce6829ed0530b63d284dff8 commit 4af35511360b00157ce6829ed0530b63d284dff8 Author: Mike Frysinger Date: Thu Jan 20 23:57:43 2022 -0500 newlib: drop redundant CFLAGS export =20 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. Diff: --- newlib/configure | 2 -- newlib/configure.ac | 2 -- 2 files changed, 4 deletions(-) diff --git a/newlib/configure b/newlib/configure index 2aa297082..7fb49d7ed 100755 --- a/newlib/configure +++ b/newlib/configure @@ -13425,8 +13425,6 @@ $as_echo "#define _LDBL_EQ_DBL 1" >>confdefs.h =20 fi =20 - - ac_config_files=3D"$ac_config_files Makefile" =20 cat >confcache <<\_ACEOF 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 =3D yes; then AC_DEFINE(_LDBL_EQ_DBL, 1, [Define if the platform long double type is e= qual to double.]) fi =20 -AC_SUBST(CFLAGS) - AC_CONFIG_FILES([Makefile]) AC_OUTPUT