aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-05-08 11:22:25 -0400
committerJack Lloyd <[email protected]>2020-05-08 11:22:25 -0400
commit79f2a1fe808d6d6bd3c243abeb4d7368162b4c29 (patch)
treefee16c1c5f165d5075ef89421ebbcf1e65c9ffab /src/lib/rng
parentad851c2047273d3317cbdc88cefaa1c3aaa61ee2 (diff)
Fix for systems without a hardware RNG instruction
Diffstat (limited to 'src/lib/rng')
-rw-r--r--src/lib/rng/processor_rng/info.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/rng/processor_rng/info.txt b/src/lib/rng/processor_rng/info.txt
index 585dc5e59..ec1c7faf3 100644
--- a/src/lib/rng/processor_rng/info.txt
+++ b/src/lib/rng/processor_rng/info.txt
@@ -9,3 +9,8 @@ icc
msvc
</cc>
+<arch>
+x86_32
+x86_64
+ppc64
+</arch>