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

[build] Link atomic on armv7 platforms #2114

Closed

Conversation

maxsharabayko
Copy link
Collaborator

The approach of detecting if atomic must be linked during CMake config did not work (see PR #2107).

Instead, a workaround from fluent/fluent-bit#3916 is adopted here to link atomic for all systems with ARMv7 processors. This condition includes Raspberry Pi and Android devices.

Fixes #2048.

Kudos to @matiaspl for providing a remote access to Raspberry Pi for testing.

@maxsharabayko maxsharabayko added Type: Maintenance Work required to maintain or clean up the code [build] Area: Changes in build files labels Sep 1, 2021
@maxsharabayko maxsharabayko added this to the v1.4.4 milestone Sep 1, 2021
@maxsharabayko
Copy link
Collaborator Author

Replaced by #2116

@maxsharabayko maxsharabayko deleted the build/armv7-atomic branch September 3, 2021 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[build] Area: Changes in build files Type: Maintenance Work required to maintain or clean up the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiling on Raspberry Pi 4B: Error 2
1 participant