public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] newlib: drop redundant CFLAGS export
@ 2022-01-21 22:28 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2022-01-21 22:28 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4af35511360b00157ce6829ed0530b63d284dff8

commit 4af35511360b00157ce6829ed0530b63d284dff8
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Jan 20 23:57:43 2022 -0500

    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.

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
 
 fi
 
-
-
 ac_config_files="$ac_config_files Makefile"
 
 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 = 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-21 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21 22:28 [newlib-cygwin] newlib: drop redundant CFLAGS export Michael Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).