public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: newlib@sourceware.org
Subject: [PATCH] newlib: drop redundant CFLAGS export
Date: Thu, 20 Jan 2022 23:58:13 -0500	[thread overview]
Message-ID: <20220121045813.22198-1-vapier@gentoo.org> (raw)

This is already handled by autotools for us automatically.
---
 newlib/configure    | 2 --
 newlib/configure.ac | 2 --
 2 files changed, 4 deletions(-)

diff --git a/newlib/configure b/newlib/configure
index 7025797c01a0..737975974c28 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -13417,8 +13417,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 31e4586cd674..59c950df23fe 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -739,7 +739,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
-- 
2.34.1


             reply	other threads:[~2022-01-21  4:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-21  4:58 Mike Frysinger [this message]
2022-01-21 11:26 ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220121045813.22198-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).