You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Librcd currently only supports x86_64 Linux. Porting to other platforms (esp. Windows) would be a large undertaking and probably break some abstractions, and is not at the moment planned. Still, opening this as a tracking issue.
The following things are Linux-specific:
Low-level code, such as lwthreads, signal handling and the code for segmented stacks (all .s files).
Librcd currently only supports x86_64 Linux. Porting to other platforms (esp. Windows) would be a large undertaking and probably break some abstractions, and is not at the moment planned. Still, opening this as a tracking issue.
The following things are Linux-specific:
64-bit specific:
Clang would need certainly patching also. (@hannes-landeholm, plz edit this comment and add some details)
The text was updated successfully, but these errors were encountered: