Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
13.2.0.20240530_4 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
13.2.0.20240530_3 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
13.2.0.20240530_2 23 Oct 2024 03:11:24 |
Yuri Victorovich (yuri) |
Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
in the cross-compilation mode.
Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.
Immadiate benefits: (Only the first 15 lines of the commit message are shown above ) |
13.2.0.20240530_2 17 Oct 2024 19:54:35 |
Craig Leres (leres) |
devel/xtensa-esp-elf: Fix toolchain version string
xtensa-esp32-elf-cc was reporting:
xtensa-esp-elf-cc (crosstool-NG UNKNOWN) 13.2.0
Update to correctly show the version of crosstool used:
xtensa-esp-elf-cc (crosstool-NG esp-13.2.0_20240530) 13.2.0 |
13.2.0.20240530_1 16 Oct 2024 20:58:14 |
Craig Leres (leres) |
devel/xtensa-esp-elf: Fix i386 build, mark armv7 BROKEN
portsfallout.com flagged the armv7 issue. |
13.2.0.20240530_1 16 Oct 2024 04:12:09 |
Craig Leres (leres) |
devel/xtensa-esp-elf: Add espressif bin wrappers
Build and install the espressif rust based wrapper.
According to upstream, the target xtensa cpu is set via the
XTENSA_GNU_CONFIG environment variable for gcc 12 and later.
In addition to esp32 the esp32s2 and esp32s3 target cpus are now
supported.
While we're here, change to USE_GCC=yes:build.
PR: 281951 |
13.2.0.20240530 23 Sep 2024 19:44:29 |
Craig Leres (leres) |
devel/xtensa-esp32-elf: Update to 13.2.0_20240530, rename to xtensa-esp-elf
This updates the toolchain to gcc 13.2.0 as used by versions 5.2.2,
5.3.0, and 5.3.1 of the Espressif esp-idf.
The crosstool.config for xtensa-esp32-esp is invalid for this version
(and is removed in esp-14.2.0_20240906 via 6269489 -- "samples:
remove obsolete xtensa-esp32XX-elf targets") so switch to xtensa-esp-esp
and rename port to match.
This update removes the final dependency on gcc10.
PR: 278061 278062 |
Number of commits found: 7
|