[rdrand] limit to i686 and x86_64
This commit is contained in:
parent
f5a811e755
commit
32aec08dbf
@ -241,7 +241,7 @@ Library
|
|||||||
if arch(x86_64)
|
if arch(x86_64)
|
||||||
CPP-options: -DARCH_X86_64
|
CPP-options: -DARCH_X86_64
|
||||||
|
|
||||||
if flag(support_rdrand)
|
if flag(support_rdrand) && (arch(i386) || arch(x86_64))
|
||||||
CPP-options: -DSUPPORT_RDRAND
|
CPP-options: -DSUPPORT_RDRAND
|
||||||
Other-modules: Crypto.Random.Entropy.RDRand
|
Other-modules: Crypto.Random.Entropy.RDRand
|
||||||
c-sources: cbits/cryptonite_rdrand.c
|
c-sources: cbits/cryptonite_rdrand.c
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user