diff options
author | jirka-h <hladky.jiri@gmail.com> | 2020-12-18 18:55:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 18:55:35 +0100 |
commit | cc7da1751def9cbef6163ac669051ed3d274fa62 (patch) | |
tree | a3ced2b4d50b33925046294acb6bb193824ca8c6 | |
parent | Merge pull request #54 from jirka-h/revert-50-master (diff) | |
download | haveged-cc7da1751def9cbef6163ac669051ed3d274fa62.tar.xz haveged-cc7da1751def9cbef6163ac669051ed3d274fa62.zip |
Update README
-rw-r--r-- | README | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -118,13 +118,14 @@ in-line assembly or compiler intrinsics appropriate to the build target. Currently supported hosts are: -1. x86 -2. ia64 -3. powerpc -4. s390 -5. sparc -6. sparclite -7. generic +1. x86 (x86_64 and i686) +2. aarch64 +3. armv7hl +4. ppc64le +5. ia64 +6. powerpc +7. s390 + The generic host type is provided for those systems without user level access to a high-resolution system timer. In this case, the --enable-clock_gettime option |