Skip to content

Releases: nerves-project/toolchains

v1.4.0

01 Jan 14:29
Compare
Choose a tag to compare

This release updates gcc from version 9.2.0 to 10.2.0 and includes various
updates to the C runtime. See https://gcc.gnu.org/ for the many changes in the
gcc 10.x releases.

All toolchains have been renamed to set the vendor to nerves. ARM32 toolchains
were renamed for consistency with https://toolchains.bootlin.com naming.

nerves_toolchain_aarch64_unknown_linux_gnu        -> nerves_toolchain_aarch64_nerves_linux_gnu
nerves_toolchain_armv5tejl_unknown_linux_musleabi -> nerves_toolchain_armv5_nerves_linux_musleabi
nerves_toolchain_armv6_rpi_linux_gnueabi          -> nerves_toolchain_armv6_nerves_linux_gnueabi
nerves_toolchain_arm_unknown_linux_gnueabihf      -> nerves_toolchain_armv7_nerves_linux_gnueabihf
nerves_toolchain_i586_unknown_linux_gnu           -> nerves_toolchain_i586_nerves_linux_gnu
nerves_toolchain_mipsel_unknown_linux_musl        -> nerves_toolchain_mipsel_nerves_linux_musl
nerves_toolchain_x86_64_unknown_linux_gnu         -> nerves_toolchain_x86_64_nerves_linux_gnu
nerves_toolchain_x86_64_unknown_linux_musl        -> nerves_toolchain_x86_64_nerves_linux_musl

Linux headers were downgraded from 4.14.160 to 4.4.214 to support using
toolchains with systems using older versions of Linux.

  • Tool versions

    • GCC 10.2
    • Linux 4.4.214 headers
    • glibc 2.32
  • Updated dependencies

    • nerves v1.7
    • nerves_toolchain_ctng v1.8.1

v1.3.2

20 Apr 21:20
Compare
Choose a tag to compare

This is a patch release that adds support for macOS >= High Sierra. There is no
reason to update from 1.3.0 if that version works for you.

  • Updated dependencies
    • nerves_toolchain_ctng v1.7.2

v1.3.1

14 Mar 13:49
Compare
Choose a tag to compare

This is a patch release that enables support for 64-bit ARM hosts. There is no
reason to update from 1.3.0 if that version works for you.

  • Updated dependencies
    • nerves v1.6.0
    • nerves_toolchain_ctng v1.7.1

v1.3.0

24 Feb 13:07
Compare
Choose a tag to compare

This release updates gcc from version 8.3.0 to 9.2.0 and includes various
updates to the C runtime. See https://gcc.gnu.org/ for the many changes in the
gcc 9.x releases.

  • Tool versions

    • Linux 4.14.160 headers
    • glibc 2.30
    • muslc 1.1.24
  • Updated dependencies

    • nerves v1.5
    • nerves_toolchain_ctng v1.7.0

v1.2.0

03 Jun 15:27
Compare
Choose a tag to compare

This release updates gcc from version 7.3.0 to 8.3.0 and includes various
updates to the C runtime. See https://gcc.gnu.org/ for the many changes in the
gcc 8.x releases.

  • Tool versions

    • glibc 2.29
    • muslc 1.1.21
  • Updated dependencies

    • nerves v1.4
    • nerves_toolchain_ctng v1.6.0

v1.2.0-rc.0

27 Mar 07:00
Compare
Choose a tag to compare

This release updates gcc from version 7.3.0 to 8.3.0 and includes various
updates to the C runtime. See https://gcc.gnu.org/ for the many changes in the
gcc 8.x releases.

  • Tool versions

    • glibc 2.29
    • muslc 1.1.21
  • Updated dependencies

    • nerves v1.4
    • nerves_toolchain_ctng v1.6.0

v1.1.0

03 Aug 21:11
Compare
Choose a tag to compare

This release upgrades gcc from version 6.3.0 to 7.3.0. This addresses a C++
compiler issue and may bring in performance improvements.

  • Tool versions

    • glibc 2.27
    • muslc 1.1.19
  • Updated dependencies

    • nerves v1.1
    • nerves_toolchain_ctng v1.5.0

v1.1.0-rc.1

31 Jul 18:19
Compare
Choose a tag to compare

This release pulls in a fix to gcc for building Qt on ARM platforms.

  • Updated dependencies
    • nerves_toolchain_ctng v1.5.0-rc.2

v1.1.0-rc.0

30 Jul 20:59
Compare
Choose a tag to compare

This release upgrades gcc from version 6.3.0 to 7.3.0. This addresses a C++
compiler issue and may bring in performance improvements.

  • Tool versions

    • glibc 2.27
    • muslc 1.1.19
  • Updated dependencies

    • nerves v1.1
    • nerves_toolchain_ctng v1.5

v1.0.0

01 May 23:48
Compare
Choose a tag to compare
  • Updated dependencies
    • nerves v1.0
    • nerves_toolchain_ctng v1.4