Skip to content

Commit

Permalink
v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 21, 2022
1 parent 7e6ccdf commit 2c7a803
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Toolchain Releases

## v1.6.0

This release bumps GCC from 10.3 to 11.3

* New features
* Include a Fortran compiler to make it easier to create Nerves systems that
require Fortran.

* Tool versions
* GCC 11.3 (https://gcc.gnu.org/gcc-11/changes.html#GCC11.3)
* glibc 2.35
* musl 1.2.3
* binutils 2.38
* Linux 4.19 headers except for RISC-V. RISC-V uses Linux 5.10 headers.

## v1.5.0

This should be a low risk update to v1.4.3. The main purpose is to make libgomp
Expand Down
2 changes: 1 addition & 1 deletion nerves_toolchain_aarch64_nerves_linux_gnu/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.6.0
2 changes: 1 addition & 1 deletion nerves_toolchain_armv5_nerves_linux_musleabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.6.0
2 changes: 1 addition & 1 deletion nerves_toolchain_armv6_nerves_linux_gnueabihf/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.6.0
2 changes: 1 addition & 1 deletion nerves_toolchain_armv7_nerves_linux_gnueabihf/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.6.0
2 changes: 1 addition & 1 deletion nerves_toolchain_i586_nerves_linux_gnu/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.6.0
2 changes: 1 addition & 1 deletion nerves_toolchain_mipsel_nerves_linux_musl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.6.0
2 changes: 1 addition & 1 deletion nerves_toolchain_riscv64_nerves_linux_musl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.6.0
2 changes: 1 addition & 1 deletion nerves_toolchain_x86_64_nerves_linux_gnu/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.6.0
2 changes: 1 addition & 1 deletion nerves_toolchain_x86_64_nerves_linux_musl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.6.0

0 comments on commit 2c7a803

Please sign in to comment.