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:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-21 09:56:33 +0300
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-21 09:56:33 +0300
commite84814b3e47bb94106f209f79cb113ca5680b9fa (patch)
treef566b020db82bbc0d5a41efb0f05e72c888a6a42 /newlib/configure
parentfe10e8f03a024fb3653a97780addd572e98889cb (diff)
Regenerate configure and newlib.hin
In commit b0cb9f85ca3626e0e68fd451c3090d253ceb4300 the regeneration of the configure and newlib.hin files was missing.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure9
1 files changed, 1 insertions, 8 deletions
diff --git a/newlib/configure b/newlib/configure
index aa12fdce0..82c256694 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -2408,11 +2408,10 @@ fi
if test "${enable_newlib_global_stdio_streams+set}" = set; then :
enableval=$enable_newlib_global_stdio_streams; case "${enableval}" in
yes) newlib_global_stdio_streams=yes;;
- no) newlib_global_stdio_streams=no ;;
*) as_fn_error $? "bad value ${enableval} for newlib-global-stdio-streams option" "$LINENO" 5 ;;
esac
else
- newlib_global_stdio_streams=
+ newlib_global_stdio_streams=yes
fi
# Check whether --enable-newlib-fvwrite-in-streamio was given.
@@ -6438,12 +6437,6 @@ $as_echo "#define _WANT_REENT_BACKWARD_BINARY_COMPAT 1" >>confdefs.h
fi
-if test "${newlib_global_stdio_streams}" = "yes"; then
-
-$as_echo "#define _WANT_REENT_GLOBAL_STDIO_STREAMS 1" >>confdefs.h
-
-fi
-
_mb_len_max=1
if test "${newlib_mb}" = "yes"; then