From 04905aaeffba2bc77866a4056dc3f2020a86bb26 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 8 Mar 2017 09:39:11 +0000 Subject: Update documentation for the types change, with some extra fixes Also remove --enable-replace-libc from configure --- doc/flags.html | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'doc/flags.html') 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. If this option is not given, no slashpackage support will be provided.

-

--enable-libc-replacements

- -

- If this option is given, then the low-level components -of libstddjb, such as byte_copy(), -will be built using independent, failsafe implementations; skalibs will -avoid relying on the libc when possible. -

- -

- If this option is not given, then native libc primitives such as -memmove() -will be used for the low-levels components of libstddjb. This is the default. -

- -

- 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. -

-

--enable-tai-clock

-- cgit v1.3.1