summaryrefslogtreecommitdiff
path: root/doc/upgrade.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-09-21 06:04:21 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-09-21 06:04:21 +0000
commit5bab6e4b51164c3d64b654a3c0db5f6efc0bdc86 (patch)
treec697f579d6a8db9e237f4cd9155bc65c6fa3c4a1 /doc/upgrade.html
parent9bf2a7c888312f197bbad77f47c067f856900578 (diff)
downloadskalibs-5bab6e4b51164c3d64b654a3c0db5f6efc0bdc86.tar.xz
Update tainnow.lib mentions in doc
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r--doc/upgrade.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 76c1973..b5f7031 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -29,6 +29,12 @@ configure switches have been removed. <tt>tain_now()</tt> can now be told at run
time to use a wall clock (default, or via <tt>tain_now_set_wallclock()</tt>) or a
stopwatch (via <tt>tain_now_set_stopwatch()</tt>), instead of it being fixed at
build time. </li>
+ <li> Cross-compilation has been made a lot easier, by removing the need to
+provide a whole sysdeps directory anymore. Only a few sysdeps - the ones that
+need code execution on the target to be autodetected - have to be provided manually,
+via a <tt>--with-sysdep-<em>K</em>=<em>V</em></tt> option to configure.
+Currently, that means one: <tt>--with-sysdep-devurandom=yes</tt> or
+<tt>--with-sysdep-devurandom=no</tt>. </li>
</ul>
<h2> in 2.8.1.0 </h2>