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

wolfssl: fix builds on non-x86, non-asm platforms #266950

Closed
wants to merge 1 commit into from
Closed

wolfssl: fix builds on non-x86, non-asm platforms #266950

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 12, 2023

Description of changes

Previously this expression implicitly assumed that the only non-asm platforms were x86_32. This commit corrects that.

Things done

  • Built on platform(s)
    • powerpc64le-linux
    • mips64el-linux (in progress, cross from x86_64-linux)

Previously this expression implicitly assumed that the only non-asm
platforms were x86_32.  This commit corrects that.
@ghost ghost marked this pull request as ready for review November 12, 2023 02:08
@ghost
Copy link
Author

ghost commented Nov 12, 2023

Ah, apparently this got fixed by 0a39e3a.

I can't wait for staging to finally merge so I can get back on master.

This pull request was closed.
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.

0 participants