From 3d4d7f4832bd7b8de5ffabbe534601b1b2a410d5 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 21 Jan 2020 14:54:49 -0500 Subject: [PATCH] Default newlib_reent_check_verify to yes in configure.host --- newlib/configure.host | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/newlib/configure.host b/newlib/configure.host index 43beb829a..406dac861 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