Releases: AmanoTeam/Atar
Releases · AmanoTeam/Atar
Atar v0.8
Atar v0.7
Atar v0.6
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
- Update to LLD 20.1.0
- 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.
Fixed
- Re-enable libatomic support on
arm-unknown-openbsd
.
Atar v0.5
Atar v0.4
- Update to GCC 14.1.0
- Update to binutils 2.42
- Added LLD linker
- Added support to more targets:
armv7
,riscv64
,arm64
,powerpc64
,macppc
,sparc64
,octeon
andloongson
- Fix libatomic not being built on some targets
- Disable annoying "missing .note.GNU-stack section" warning