Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.22.0_2 05 Nov 2024 08:08:25 |
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 ) |
0.22.0_2 31 Oct 2024 00:12:58 |
Yuri Victorovich (yuri) |
net/quiche: Fix build on i386
Reported by: fallout
Approved by: portmgr@ (blanket; unbreak)
(cherry picked from commit 4669670ee182042a24c53e43a3207f2bd119601c) |
Number of commits found: 2
|