diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2020-01-21 15:12:34 -0500 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2020-01-21 15:12:34 -0500 |
commit | 8b39f7406c7b819bc45a83e9c94531221a6b3b34 (patch) | |
tree | 8a0a932fd8779c678b8e24825cda92105d237c57 /newlib/configure | |
parent | f5da56ab5c033d4e061b653d2592a8a65fb4bed7 (diff) | |
download | cygnal-8b39f7406c7b819bc45a83e9c94531221a6b3b34.tar.gz cygnal-8b39f7406c7b819bc45a83e9c94531221a6b3b34.tar.bz2 cygnal-8b39f7406c7b819bc45a83e9c94531221a6b3b34.zip |
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')
-rwxr-xr-x | newlib/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure b/newlib/configure index 108fc4e1b..ea98e04f0 100755 --- a/newlib/configure +++ b/newlib/configure @@ -1464,7 +1464,7 @@ Optional Features: --enable-newlib-io-long-long enable long long type support in IO functions like printf/scanf --enable-newlib-io-long-double enable long double type support in IO functions printf/scanf --enable-newlib-mb enable multibyte support - --enable-newlib-reent-check-verify enable checking of _REENT_CHECK memory allocation + --disable-newlib-reent-check-verify disable checking of _REENT_CHECK memory allocation --enable-newlib-iconv-encodings enable specific comma-separated list of bidirectional iconv encodings to be built-in --enable-newlib-iconv-from-encodings enable specific comma-separated list of \"from\" iconv encodings to be built-in --enable-newlib-iconv-to-encodings enable specific comma-separated list of \"to\" iconv encodings to be built-in |