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

Add suport for RISCV64 #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lazyprogrammerio
Copy link

Fixes: #93

@vweevers
Copy link
Member

I prefer for this to be fixed upstream, so that we don't have to maintain patches here. If it's already fixed upstream (not unlikely, because we use an old version of LevelDB) then we should consider upgrading.

@lazyprogrammerio
Copy link
Author

@vweevers thanks for the quick answer. Seems that upstream is not so well maintained, that's why I am trying here first, last commit was 10 years ago on that file: https://github.com/greenaddress/leveldb/commits/master/port/atomic_pointer.h.

@lazyprogrammerio
Copy link
Author

@vweevers thanks for the quick answer. Seems that upstream is not so well maintained, that's why I am trying here first, last commit was 10 years ago on that file: https://github.com/greenaddress/leveldb/commits/master/port/atomic_pointer.h.

In upstream, it is possible to have had the issue fixed by this commit, but I have not tried yet. google/leveldb@7d8e41e#diff-c40252d7003a197df627e35eef63549c496b1d55209e09b68789270e41238025

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.

Leveldb does not build for riscv64 as AtomicPointer is not implemented
2 participants