-
Notifications
You must be signed in to change notification settings - Fork 637
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
[BUG] 32-bit arch may need linking to libatomic, otherwise build fails #434
Comments
@PingXie Can we close this, it seems like Neal fixed this? |
@PingXie If you mean this 71dd85d then no, not yet. By the way, it should not be needed when building for If we do not mind redundant linking on |
Fix valkey-io#434 Signed-off-by: Ping Xie <pingxie@google.com>
I see. I can't test the fix. @barracuda156 can you please help review #663? |
Describe the bug
Nothing checks for support of 8-byte atomics in hardware. So linking to
libatomic
is not done where required.To reproduce
Build on ppc or arm.
Expected behavior
-latomic
should be passed when needed.Additional information
The text was updated successfully, but these errors were encountered: