Skip to content

Releases: AmanoTeam/Atar

Atar v0.8

20 Feb 04:23
Compare
Choose a tag to compare

Changed

  • Update to GCC 15.0.1
    • This is a pre-release of GCC. Expect bugs until the launch of the stable release.
  • Downgrade system roots back to OpenBSD 7.0
  • Fix name collision with __size_t when compiling code with C++

Atar v0.7

19 Feb 18:06
Compare
Choose a tag to compare

Changed

  • Update to GCC 15.0.1
    • This is a pre-release of GCC. Expect bugs until the launch of the stable release.
  • Update system roots to OpenBSD 7.6

Atar v0.6

19 Feb 02:10
Compare
Choose a tag to compare

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

14 Aug 00:21
Compare
Choose a tag to compare
  • Update to GCC 14.2.0
  • Update to binutils 2.43
  • Update to LLD 18.1.8

Atar v0.4

19 May 15:57
Compare
Choose a tag to compare
  • 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 and loongson
  • Fix libatomic not being built on some targets
  • Disable annoying "missing .note.GNU-stack section" warning

Atar v0.3

25 Aug 19:41
Compare
Choose a tag to compare
  • Update to GCC 12.3
  • Update to Binutils 2.41

Atar v0.2

31 May 00:06
Compare
Choose a tag to compare
  • All toolchains are now built with OBGGCC
  • This project is now called "Atar"

Atar v0.1

09 Apr 02:19
Compare
Choose a tag to compare
  • Initial release