Skip to content

Commit

Permalink
Remove linker entries from .cargo/config.toml
Browse files Browse the repository at this point in the history
These were previously added for aarch64-linux cross compilation.
However, this also interferes with regular compilation on these
platforms, since the linkers generally don't include the target triplet
in their name if they are for the native platform. Additionally, the `ar`
field is deprecated.

Fixes #132

Signed-off-by: Lee Smet <[email protected]>
  • Loading branch information
LeeSmet committed Feb 27, 2024
1 parent 9df5ddd commit cce1cc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .cargo/config.toml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- The tokio_unstable config flag is no longer used when building.

### Removed

- .cargo/config.toml aarch64-linux target specific entries. Cross compilation for
these platforms can use `cross` or entries in the global .cargo/config.toml of
the developer instead.

## [0.4.0] - 2024-02-22

### Added
Expand Down

0 comments on commit cce1cc6

Please sign in to comment.