Changed
- Update to GCC 15.0.1
- This is a pre-release of GCC. Expect bugs until the launch of the stable release.
- Update to binutils 2.44
- Turn
-Wimplicit-int
and-Wint-conversion
back into warnings. - Change the default language version for C compilation from
-std=gnu23
back to-std=gnu17
.
Added
- Add cross-compilation toolchains for CMake and Autotools.