Skip to content

Commit

Permalink
v1.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 24, 2021
1 parent c3205bc commit 21e1447
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Toolchain Releases

## v1.4.2

This release reverts the switch from 4.14 headers to 4.4 headers in v1.4.0. This
re-enables `libgpiod` (cdev), `bluez5`, `iwd`, and `ply` (eBPF) which required
headers after 4.4.

* Fixes
* ARMv7 toolchain now defaults to "generic-arm-v7a" rather than "cortex-a9".
This fixes a potential issue of generating invalid ARM instructions, but it
appears that this did not affect ARM Cortex-A7 and A8 platforms supported by
Nerves.

* Tool versions
* GCC 10.2
* Linux 4.14 headers
* glibc 2.33
* binutils 2.36.1

## v1.4.1

This release adds host support for native Mac M1 toolchains.
Expand Down
2 changes: 1 addition & 1 deletion nerves_toolchain_aarch64_nerves_linux_gnu/VERSION
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion nerves_toolchain_armv5_nerves_linux_musleabi/VERSION
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion nerves_toolchain_armv6_nerves_linux_gnueabihf/VERSION
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion nerves_toolchain_armv7_nerves_linux_gnueabihf/VERSION
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion nerves_toolchain_i586_nerves_linux_gnu/VERSION
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion nerves_toolchain_mipsel_nerves_linux_musl/VERSION
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion nerves_toolchain_x86_64_nerves_linux_gnu/VERSION
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion nerves_toolchain_x86_64_nerves_linux_musl/VERSION
@@ -1 +1 @@
1.4.1
1.4.2

0 comments on commit 21e1447

Please sign in to comment.