public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Sebastian Huber <sh@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r13-1744] RTEMS: Remove HAVE_POLL for libstdc++
Date: Tue, 19 Jul 2022 12:11:31 +0000 (GMT)	[thread overview]
Message-ID: <20220719121131.63AA93858439@sourceware.org> (raw)

https://gcc.gnu.org/g:f082bc79c104aa308cd4acca5bf3adffd46da355

commit r13-1744-gf082bc79c104aa308cd4acca5bf3adffd46da355
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Tue Jul 19 14:08:32 2022 +0200

    RTEMS: Remove HAVE_POLL for libstdc++
    
    The poll() function is not always available in RTEMS.
    
    libstdc++-v3/ChangeLog:
    
            * configure: Regnerate.
            * configure.ac (newlib, *-rtems*): Remove HAVE_POLL.

Diff:
---
 libstdc++-v3/configure    | 2 --
 libstdc++-v3/configure.ac | 1 -
 2 files changed, 3 deletions(-)

diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 19ca3368784..9e2ee865481 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -29254,8 +29254,6 @@ else
 
         $as_echo "#define HAVE_LINK 1" >>confdefs.h
 
-        $as_echo "#define HAVE_POLL 1" >>confdefs.h
-
         $as_echo "#define HAVE_QUICK_EXIT 1" >>confdefs.h
 
         $as_echo "#define HAVE_READLINK 1" >>confdefs.h
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
index 79512a398c2..b351622bf46 100644
--- a/libstdc++-v3/configure.ac
+++ b/libstdc++-v3/configure.ac
@@ -366,7 +366,6 @@ else
         AC_DEFINE(HAVE_ALIGNED_ALLOC)
         AC_DEFINE(HAVE_AT_QUICK_EXIT)
         AC_DEFINE(HAVE_LINK)
-        AC_DEFINE(HAVE_POLL)
         AC_DEFINE(HAVE_QUICK_EXIT)
         AC_DEFINE(HAVE_READLINK)
         AC_DEFINE(HAVE_SETENV)


                 reply	other threads:[~2022-07-19 12:11 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=20220719121131.63AA93858439@sourceware.org \
    --to=sh@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.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).