https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68456
Yulia Koval <vaalfreja at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |--- Summary|UINT32_TYPE is long |UINT32_TYPE has different |unsigned for 32bit targets |type for i586-elf and for | |i586-unknown-linux --- Comment #6 from Yulia Koval <vaalfreja at gmail dot com> --- > The types used in GCC are intended to be consistent with what the libc's > own headers do (lots of problems will arise if they aren't). Newlib's > headers, as of when this support was added to GCC, used long in that case, > a use introduced by <https://sourceware.org/ml/newlib/2005/msg00824.html>, > apparently because it was convenient for the newlib implementation at that > time. And why newlib-stdint header is used in this case? I haven't used any newlib-related options in configure. These targets still have different types for UINT32_TYPE.