public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Sebastian Huber <sh@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] Regenerate configure and newlib.hin
Date: Tue, 21 Jun 2022 06:59:47 +0000 (GMT)	[thread overview]
Message-ID: <20220621065947.529E73870863@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e84814b3e47bb94106f209f79cb113ca5680b9fa

commit e84814b3e47bb94106f209f79cb113ca5680b9fa
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Tue Jun 21 08:56:33 2022 +0200

    Regenerate configure and newlib.hin
    
    In commit b0cb9f85ca3626e0e68fd451c3090d253ceb4300 the regeneration of the
    configure and newlib.hin files was missing.

Diff:
---
 newlib/configure  | 9 +--------
 newlib/newlib.hin | 5 -----
 2 files changed, 1 insertion(+), 13 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
 
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index 718e5d970..30f59ddba 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -402,11 +402,6 @@
 /* Define to enable backward binary compatibility for struct _reent. */
 #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
    restricted storage. */
 #undef _WANT_REENT_SMALL


                 reply	other threads:[~2022-06-21  6:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220621065947.529E73870863@sourceware.org \
    --to=sh@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).