Regenerate configure and newlib.hin
In commit b0cb9f85ca
the regeneration of the
configure and newlib.hin files was missing.
This commit is contained in:
parent
fe10e8f03a
commit
e84814b3e4
|
@ -2408,11 +2408,10 @@ fi
|
||||||
if test "${enable_newlib_global_stdio_streams+set}" = set; then :
|
if test "${enable_newlib_global_stdio_streams+set}" = set; then :
|
||||||
enableval=$enable_newlib_global_stdio_streams; case "${enableval}" in
|
enableval=$enable_newlib_global_stdio_streams; case "${enableval}" in
|
||||||
yes) newlib_global_stdio_streams=yes;;
|
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 ;;
|
*) as_fn_error $? "bad value ${enableval} for newlib-global-stdio-streams option" "$LINENO" 5 ;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
newlib_global_stdio_streams=
|
newlib_global_stdio_streams=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check whether --enable-newlib-fvwrite-in-streamio was given.
|
# 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
|
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
|
_mb_len_max=1
|
||||||
if test "${newlib_mb}" = "yes"; then
|
if test "${newlib_mb}" = "yes"; then
|
||||||
|
|
||||||
|
|
|
@ -402,11 +402,6 @@
|
||||||
/* Define to enable backward binary compatibility for struct _reent. */
|
/* Define to enable backward binary compatibility for struct _reent. */
|
||||||
#undef _WANT_REENT_BACKWARD_BINARY_COMPAT
|
#undef _WANT_REENT_BACKWARD_BINARY_COMPAT
|
||||||
|
|
||||||
/* Define to move the stdio stream FILE objects out of struct _reent and make
|
|
||||||
them global. The stdio stream pointers of struct _reent are initialized to
|
|
||||||
point to the global stdio FILE stream objects. */
|
|
||||||
#undef _WANT_REENT_GLOBAL_STDIO_STREAMS
|
|
||||||
|
|
||||||
/* Optional reentrant struct support. Used mostly on platforms with very
|
/* Optional reentrant struct support. Used mostly on platforms with very
|
||||||
restricted storage. */
|
restricted storage. */
|
||||||
#undef _WANT_REENT_SMALL
|
#undef _WANT_REENT_SMALL
|
||||||
|
|
Loading…
Reference in New Issue