Skip to content

Add support for hermit and l4re#61

Merged
newpavlov merged 4 commits intorust-random:masterfrom
josephlr:hermit
Jul 12, 2019
Merged

Add support for hermit and l4re#61
newpavlov merged 4 commits intorust-random:masterfrom
josephlr:hermit

Conversation

@josephlr
Copy link
Member

Currently, getrandom supports almost all targets that rustc can build. The exceptions are:

  • target_os = "none"
  • target_os = "l4re"
  • target_os = "hermit"

This PR adds support for the later two. Both implementations should just use RDRAND as:

@newpavlov newpavlov merged commit b3e609f into rust-random:master Jul 12, 2019
@josephlr josephlr deleted the hermit branch July 15, 2019 17:49
takumi-earth pushed a commit to earthlings-dev/getrandom that referenced this pull request Jan 27, 2026
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