diff options
author | Detlef Vollmann <dv@vollmann.ch> | 2024-07-23 09:25:22 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2024-07-23 10:25:36 +0100 |
commit | 8439405e38c56b774cf3c65bdafae5f9e11d470a (patch) | |
tree | 6675d736cf6614714ffe9da05b60cc0302e7229a /gcc | |
parent | b9cefd67a2a464a3c9413e6b3f28e7dc7a9ef162 (diff) | |
download | gcc-8439405e38c56b774cf3c65bdafae5f9e11d470a.zip gcc-8439405e38c56b774cf3c65bdafae5f9e11d470a.tar.gz gcc-8439405e38c56b774cf3c65bdafae5f9e11d470a.tar.bz2 |
libstdc++: Do not use isatty on avr [PR115482]
avrlibc has an incomplete unistd.h that doesn't have isatty.
So building libstdc++ fails when compiling c++23/print.cc.
As a workaround I added a check for AVR.
libstdc++-v3/ChangeLog:
PR libstdc++/115482
* src/c++23/print.cc (__open_terminal) [__AVR__]: Do not use
isatty.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions