public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jeff Johnston <jjohnstn@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] Default newlib_reent_check_verify to yes in configure.host
Date: Tue, 21 Jan 2020 19:55:00 -0000	[thread overview]
Message-ID: <20200121195535.44638.qmail@sourceware.org> (raw)

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

commit f5da56ab5c033d4e061b653d2592a8a65fb4bed7
Author: Jeff Johnston <jjohnstn@redhat.com>
Date:   Tue Jan 21 14:54:49 2020 -0500

    Default newlib_reent_check_verify to yes in configure.host

Diff:
---
 newlib/configure.host | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/newlib/configure.host b/newlib/configure.host
index 43beb82..406dac8 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -77,7 +77,7 @@ default_newlib_io_long_double=no
 default_newlib_io_pos_args=no
 default_newlib_atexit_dynamic_alloc=yes
 default_newlib_nano_malloc=no
-default_newlib_reent_check_verify=no
+default_newlib_reent_check_verify=yes
 aext=a
 oext=o
 lpfx="lib_a-"
@@ -970,8 +970,8 @@ fi
 
 # Enable _REENT_CHECK macro memory allocation verification.
 if [ "x${newlib_reent_check_verify}" = "x" ]; then
-	if [ ${default_newlib_reent_check_verify} = "yes" ]; then
-		newlib_reent_check_verify="yes";
+	if [ ${default_newlib_reent_check_verify} = "no" ]; then
+		newlib_reent_check_verify="no";
 	fi
 fi


                 reply	other threads:[~2020-01-21 19:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20200121195535.44638.qmail@sourceware.org \
    --to=jjohnstn@sourceware.org \
    --cc=newlib-cvs@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).