[Clfs-commits] commit: r4308 - /trunk/BOOK/prologue/common/hostreqs.xml

svn at cross-lfs.org svn at cross-lfs.org
Sun Jan 4 10:32:10 PST 2009


Author: jciccone
Date: Sun Jan  4 18:32:09 2009
New Revision: 4308

Log:
With the introduction of GMP and MPFR into cross-tools GMP and MPFR are no-longer Host System Requirements.

Modified:
    trunk/BOOK/prologue/common/hostreqs.xml

Modified: trunk/BOOK/prologue/common/hostreqs.xml
==============================================================================
--- trunk/BOOK/prologue/common/hostreqs.xml (original)
+++ trunk/BOOK/prologue/common/hostreqs.xml Sun Jan  4 18:32:09 2009
@@ -68,10 +68,6 @@
     </listitem>
 
     <listitem>
-      <para><emphasis role="strong">GMP-4.1</emphasis></para>
-    </listitem>
-
-    <listitem>
       <para><emphasis role="strong">Grep-2.5</emphasis></para>
     </listitem>
 
@@ -81,10 +77,6 @@
 
     <listitem>
       <para><emphasis role="strong">Make-3.79.1</emphasis></para>
-    </listitem>
-
-    <listitem>
-      <para><emphasis role="strong">MPFR-2.3.0</emphasis></para>
     </listitem>
 
     <listitem>
@@ -126,11 +118,9 @@
 gawk --version | head -n1
 gcc --version | head -n1
 /lib/libc.so.6 | head -n1 | cut -d" " -f1-7
-echo -n "GMP: "; strings /usr/lib*/libgmp.so 2>/dev/null | grep ^jw | uniq
 grep --version | head -n1
 gzip --version | head -n1
 make --version | head -n1
-echo -n "MPFR: "; grep VERSION_STRING /usr/include/mpfr.h | cut -d\" -f2
 tic -V
 patch --version | head -n1
 sed --version | head -n1




More information about the Clfs-commits mailing list