diff options
author | Detlef Vollmann <dv@vollmann.ch> | 2024-07-23 09:25:22 +0100 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2024-07-28 19:05:47 +0200 |
commit | d5bc313be01f12b92bb90404657b669f3a6509d1 (patch) | |
tree | b027472a277c72d0ea4e3c885519bbe3b690d1cd /gcc | |
parent | caad1323a23c3933a9a29205f3602616cec0e879 (diff) | |
download | gcc-d5bc313be01f12b92bb90404657b669f3a6509d1.zip gcc-d5bc313be01f12b92bb90404657b669f3a6509d1.tar.gz gcc-d5bc313be01f12b92bb90404657b669f3a6509d1.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