summaryrefslogtreecommitdiff
path: root/doc/crosscompile.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-10-26 06:08:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-10-26 06:08:45 +0000
commit28bfd386f2e8046c7b1cfb4b796ea1347e6a42b0 (patch)
tree7a972e941187dad868d05a377e23ca7245270da3 /doc/crosscompile.html
parentc9e549afa60dc3c4660e1de42a79f810299c2ade (diff)
downloadskalibs-28bfd386f2e8046c7b1cfb4b796ea1347e6a42b0.tar.xz
Switch getrandom sysdep back to choose cl
Diffstat (limited to 'doc/crosscompile.html')
-rw-r--r--doc/crosscompile.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/crosscompile.html b/doc/crosscompile.html
index 73fee33..6ff8bb1 100644
--- a/doc/crosscompile.html
+++ b/doc/crosscompile.html
@@ -83,16 +83,13 @@ the time <tt>yes</tt> or <tt>no</tt>.
<p>
At all times, <tt>./configure --help</tt> provides the list of sysdeps
you need to provide a <tt>--with-sysdep-*</tt> option for. As of
-skalibs-2.9.1.0, there are two sysdeps in this case:
+skalibs-2.9.1.0, there is only one sysdep in this case:
</p>
<ul>
<li> <tt>devurandom</tt>: <tt>yes</tt> if the target has a valid
pseudorandom generation device in <tt>/dev/urandom</tt>, and <tt>no</tt>
otherwise. </li>
- <li> <tt>getrandom</tt>: <tt>yes</tt> if the target supports the
-<a href="http://man7.org/linux/man-pages/man2/getrandom.2.html">getrandom()</a>
-system call, and <tt>no</tt> otherwise. </li>
</ul>
</body>