diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-08 09:39:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-08 09:39:11 +0000 |
commit | 04905aaeffba2bc77866a4056dc3f2020a86bb26 (patch) | |
tree | f66439aeb6cfe05268824ac890169e5cd306f3f3 /doc/flags.html | |
parent | a5079576ae9007fb1ca7ebcc911b5fb035cd2d06 (diff) | |
download | skalibs-04905aaeffba2bc77866a4056dc3f2020a86bb26.tar.xz |
Update documentation for the types change, with some extra fixes
Also remove --enable-replace-libc from configure
Diffstat (limited to 'doc/flags.html')
-rw-r--r-- | doc/flags.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/flags.html b/doc/flags.html index ad39b4b..b054cb8 100644 --- a/doc/flags.html +++ b/doc/flags.html @@ -58,27 +58,6 @@ to the installed skalibs shared libraries. </li> If this option is not given, no slashpackage support will be provided. </p> -<a name="replace-libc"><h3> --enable-libc-replacements </h3></a> - -<p> - If this option is given, then the low-level components -of <a href="libstddjb/">libstddjb</a>, such as <tt>byte_copy()</tt>, -will be built using independent, failsafe implementations; skalibs will -avoid relying on the libc when possible. -</p> - -<p> - If this option is not given, then native libc primitives such as -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/memmove.html">memmove()</a> -will be used for the low-levels components of libstddjb. This is the default. -</p> - -<p> - This flag should be set if your libc has known bugs or you are uncertain -of it for some reason. Standard libcs on modern systems have been thoroughly -tested, so it's usually safe, and faster, to stick to the default. -</p> - <a name="clockistai"><h3> --enable-tai-clock </h3></a> <p> |