(wrong string) ée

From: <git_AT_suckless.org>
Date: Mon, 9 May 2016 14:45:52 +0200 (CEST)

commit dbe54b4a293eeefdbab40e9d169be3afc32be1bf
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Mon May 9 13:07:20 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Mon May 9 13:07:20 2016 +0200

    gmp has be compiled without glibc is you want to use another libc in your program
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/doc/what-is-libzahl.tex b/doc/what-is-libzahl.tex
index 3cf7bd7..dfaf9d3 100644
--- a/doc/what-is-libzahl.tex
+++ b/doc/what-is-libzahl.tex
_AT_@ -50,10 +50,11 @@ and TomsFastMath (tfm). All of these have problems:
 \begin{itemize}
 \item
 GNU MP is extremely bloated, can only be complied with
-GCC, can only be dynamically linked, and requires glibc.
-Additionally, whilst its performance is generally good,
-it can still be improved. Furthermore, GNU MP cannot be
-used for robust applications.
+GCC, can only be dynamically linked, and requires that
+you use glibc unless another C standard library was used
+when GNU MP was compiled. Additionally, whilst its
+performance is generally good, it can still be improved.
+Furthermore, GNU MP cannot be used for robust applications.
 
 \item
 LibTomMath is very slow, infact performance is not its
Received on Mon May 09 2016 - 14:45:52 CEST

This archive was generated by hypermail 2.3.0 : Mon May 09 2016 - 14:48:16 CEST