Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for out-of-line asm. #730

Merged
merged 2 commits into from
Jul 6, 2023

Conversation

sunfishcode
Copy link
Member

rustix 0.38 removed for most of the out-of-line asm libraries, and #722 removed the out-of-line libraries for 32-bit x86. This PR removes the libraries for mips and power, which will now default to the libc backend, though the linux_raw backend can still be enabled using RUSTFLAGS=--cfg=rustix_use_experimental_asm.

Closes #720.

rustix 0.38 removed for most of the out-of-line asm libraries, and #722
removed the out-of-line libraries for 32-bit x86. This PR removes the
libraries for mips and power, which will now default to the libc
backend, though the linux_raw backend can still be enabled using
`RUSTFLAGS=--cfg=rustix_use_experimental_asm`.

Closes #720.
@sunfishcode sunfishcode force-pushed the sunfishcode/delete-out-of-line-asm branch from 36930f9 to 6392b8f Compare July 6, 2023 15:48
@sunfishcode sunfishcode merged commit 95b7e7b into main Jul 6, 2023
53 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/delete-out-of-line-asm branch July 6, 2023 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Could be possible to remove the binaries (*.a) from the crate?
2 participants