diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2022-07-19 14:08:32 +0200 |
---|---|---|
committer | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2022-07-19 14:10:26 +0200 |
commit | f082bc79c104aa308cd4acca5bf3adffd46da355 (patch) | |
tree | 0b021a5a9a311d3186e373425473d65a0801c2a5 /libstdc++-v3/configure | |
parent | e4ff11a8f2e80adb8ada69bf35ee6a1ab18a9c85 (diff) | |
download | gcc-f082bc79c104aa308cd4acca5bf3adffd46da355.zip gcc-f082bc79c104aa308cd4acca5bf3adffd46da355.tar.gz gcc-f082bc79c104aa308cd4acca5bf3adffd46da355.tar.bz2 |
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.
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 19ca336..9e2ee86 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 |