From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44684 invoked by alias); 21 Jan 2020 19:55:35 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 44640 invoked by uid 447); 21 Jan 2020 19:55:35 -0000 Date: Tue, 21 Jan 2020 19:55:00 -0000 Message-ID: <20200121195535.44638.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jeff Johnston To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Default newlib_reent_check_verify to yes in configure.host X-Act-Checkin: newlib-cygwin X-Git-Author: Jeff Johnston X-Git-Refname: refs/heads/master X-Git-Oldrev: 6cc299f0e20e4b76f7dbab5ea8c296ffa4859b62 X-Git-Newrev: f5da56ab5c033d4e061b653d2592a8a65fb4bed7 X-SW-Source: 2020-q1/txt/msg00007.txt https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f5da56ab5c033d4e061b653d2592a8a65fb4bed7 commit f5da56ab5c033d4e061b653d2592a8a65fb4bed7 Author: Jeff Johnston 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