From 8b39f7406c7b819bc45a83e9c94531221a6b3b34 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 21 Jan 2020 15:12:34 -0500 Subject: Change the reent verify check option to document disabling it - also change the handling of default_newlib_reent_check_verify to be the same as other default variables in configure.host - regenerate newlib/configure --- newlib/configure.host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/configure.host') diff --git a/newlib/configure.host b/newlib/configure.host index 406dac861..a84c0c80a 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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} = "no" ]; then - newlib_reent_check_verify="no"; + if [ ${default_newlib_reent_check_verify} = "yes" ]; then + newlib_reent_check_verify="yes"; fi fi -- cgit v1.2.3