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:
authorJeff Johnston <jjohnstn@redhat.com>2020-01-21 23:12:34 +0300
committerJeff Johnston <jjohnstn@redhat.com>2020-01-21 23:12:34 +0300
commit8b39f7406c7b819bc45a83e9c94531221a6b3b34 (patch)
tree8a0a932fd8779c678b8e24825cda92105d237c57 /newlib/configure.host
parentf5da56ab5c033d4e061b653d2592a8a65fb4bed7 (diff)
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
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