From 5bab6e4b51164c3d64b654a3c0db5f6efc0bdc86 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 21 Sep 2019 06:04:21 +0000 Subject: Update tainnow.lib mentions in doc --- doc/upgrade.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/upgrade.html') 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. tain_now() can now be told at run time to use a wall clock (default, or via tain_now_set_wallclock()) or a stopwatch (via tain_now_set_stopwatch()), instead of it being fixed at build time. +
  • 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 --with-sysdep-K=V option to configure. +Currently, that means one: --with-sysdep-devurandom=yes or +--with-sysdep-devurandom=no.
  • in 2.8.1.0

    -- cgit v1.3.1