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

[chrome] fixed atomic link issue #13

Merged

Conversation

unicornx
Copy link

Sometimes receive following link error:
ld.lld: error: unable to find library -latomic

I find in base/BUILD.gn, atomic lib may be included. But we are using clang for android, libatomic should not be needed.

Sometimes receive following link error:
ld.lld: error: unable to find library -latomic

I find in base/BUILD.gn, atomic lib may be included.
But we are using clang for android, libatomic should not be needed.

Signed-off-by: Wang Chen <wangchen20@iscas.ac.cn>
@unicornx unicornx self-assigned this Feb 28, 2023
@unicornx unicornx changed the title fixed atomic link issue [chrome] fixed atomic link issue Feb 28, 2023
@unicornx unicornx merged commit fa1192e into aosp-riscv:riscv64_109.0.5414.87_dev Feb 28, 2023
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.

2 participants