IRC channel logs

2022-12-22.log

back to list of logs

<gnu_srs>Hello, commit: Remove custom stdint.h and rely on freestanding headers broke cross-compiling of glibc-2.36: https://paste.debian.net/1264936/
<gnu_srs>any ideas?
<gnu_srs>and: /cross-tools/lib/gcc/i686-pc-gnu/12.2.0/include/stdint.h: https://paste.debian.net/1264938/
<gnu_srs>Seems like CPPFLAGS="-D__STDC_HOSTED__=0" worked when compiling first stage of glibc. Any better solutions available?
<gnu_srs>Sorry, I lost power. Back up again. Anybody has a better solution than defining __STDC_HOSTED__?
<youpi>gnu_srs: check the latest glibc commits about it, Flavio posted them the other day