Skip to content

Commit

Permalink
v1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 18, 2022
1 parent a1d0340 commit 33a48ae
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 12 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Toolchain Releases

## v1.7.0

This release adds a riscv64 glibc toolchain since that has more support than
muslc in the RISC-V community at the moment.

* Changes
* Removes Python scripting support in gdb (fixes toolchain compilation and
probably not used)
* Remove the static toolchain option since it was being ignored on MacOS. On
Linux, it disabled LTO. LTO is included on all platforms now (the default).
* Fixes runtime dependency on libzstd another way by forcibly turning it off
with a Crosstool-NG option rather than adding a configure flag. This is
possible now. Previously the option was hidden due to the static toolchain
option.
* Let gcc determine the correct option for SJLJ (setjmp/longjmp). The note
where it doesn't work doesn't apply to Nerves platforms.

* Tool versions
* GCC 11.3
* glibc 2.36 (New!)
* musl 1.2.3
* Linux 4.19 headers except for RISC-V. RISC-V uses Linux 5.10 headers.

## v1.6.1

This release adds musl libc toolchains for aarch64 and armv7.
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.2-dev
1.7.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 @@
1.6.2-dev
1.7.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.2-dev
1.7.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.2-dev
1.7.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.2-dev
1.7.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 @@
1.6.2-dev
1.7.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.2-dev
1.7.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.2-dev
1.7.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 @@
1.6.2-dev
1.7.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.2-dev
1.7.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.2-dev
1.7.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.2-dev
1.7.0

0 comments on commit 33a48ae

Please sign in to comment.