public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Default newlib_reent_check_verify to yes in configure.host
@ 2020-01-21 19:55 Jeff Johnston
  0 siblings, 0 replies; only message in thread
From: Jeff Johnston @ 2020-01-21 19:55 UTC (permalink / raw)
  To: newlib-cvs

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


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

only message in thread, other threads:[~2020-01-21 19:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 19:55 [newlib-cygwin] Default newlib_reent_check_verify to yes in configure.host Jeff Johnston

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).