Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host4
1 files changed, 2 insertions, 2 deletions
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