Added
- Allow using headers and libraries from the host machine when cross-compiling
Changed
- Update to GCC 15.0.1
- This is a pre-release of GCC. Expect bugs until the launch of the stable release.
- Stop statically linking host tools with
libstdc++
andlibgcc
- Now they are bundled within the package as shared libraries
- Build GCC and binutils with
-fPIE
by default
Fixed
- Allow the C linker to link with C++ libraries
- Symlink binutils tools to their glibc-version-suffixed counterparts
- Avoid using syscalls when querying the system clock with GLIBC < 2.17 (C++ only)