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

mbedtls: Disable AESCE on Linux ARM32, doesn't compile on our target arch #91356

Merged

Conversation

akien-mga
Copy link
Member

Our current Linux SDK for ARM32 from https://github.com/godotengine/buildroot targets a relatively conservative baseline of neon-fp-armv8, and (at least based on build issues I got) this doesn't seem to include hardware AES support.

Fixes #91352.

…arch

Our current Linux SDK for ARM32 from https://github.com/godotengine/buildroot
targets a relatively conservative baseline of neon-fp-armv8, and (at least based
on build issues I got) this doesn't seem to include hardware AES support.

Fixes godotengine#91352.
@akien-mga akien-mga added this to the 4.3 milestone Apr 30, 2024
@akien-mga akien-mga requested a review from a team as a code owner April 30, 2024 08:41
@akien-mga akien-mga requested a review from Faless April 30, 2024 08:41
@akien-mga akien-mga merged commit 64520fe into godotengine:master Apr 30, 2024
15 checks passed
@akien-mga akien-mga deleted the mbedtls-linux-arm32-disable-aesce branch April 30, 2024 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MbedTLS 3.6 fails building on Linux arm32
1 participant