Skip to content

Commit

Permalink
v13.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 7, 2023
1 parent fe25d32 commit d88f664
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Toolchain Releases

## v13.2.0

This release bumps GCC from 12.2 to 13.2 and adopts the new version scheme that
mirrors GCC versions.

* Changes
* Re-add static toolchain option since LTO no longer gets turned off when it's
enabled.
* Build a multilib toolchain for RISC-V glibc builds to support both 32-bit
and 64-bit, soft and hard float compilation

* Tool versions
* GCC 13.2
* glibc 2.38
* musl 1.2.4
* Linux 5.4 headers except for RISC-V. RISC-V uses Linux 5.15 headers.

## v1.8.0

This release bumps GCC from 11.3 to 12.2.
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 @@
13.2.0-dev
13.2.0
2 changes: 1 addition & 1 deletion nerves_toolchain_aarch64_nerves_linux_musl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.2.0-dev
13.2.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 @@
13.2.0-dev
13.2.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 @@
13.2.0-dev
13.2.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 @@
13.2.0-dev
13.2.0
2 changes: 1 addition & 1 deletion nerves_toolchain_armv7_nerves_linux_musleabihf/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.2.0-dev
13.2.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 @@
13.2.0-dev
13.2.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 @@
13.2.0-dev
13.2.0
2 changes: 1 addition & 1 deletion nerves_toolchain_riscv64_nerves_linux_gnu/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.2.0-dev
13.2.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 @@
13.2.0-dev
13.2.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 @@
13.2.0-dev
13.2.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 @@
13.2.0-dev
13.2.0

0 comments on commit d88f664

Please sign in to comment.