Changeset cae8b57


Ignore:
Timestamp:
Jan 4, 2009, 10:32:09 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4996ca05
Parents:
3030099
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/prologue/common/hostreqs.xml

    r3030099 rcae8b57  
    6969
    7070    <listitem>
    71       <para><emphasis role="strong">GMP-4.1</emphasis></para>
    72     </listitem>
    73 
    74     <listitem>
    7571      <para><emphasis role="strong">Grep-2.5</emphasis></para>
    7672    </listitem>
     
    8278    <listitem>
    8379      <para><emphasis role="strong">Make-3.79.1</emphasis></para>
    84     </listitem>
    85 
    86     <listitem>
    87       <para><emphasis role="strong">MPFR-2.3.0</emphasis></para>
    8880    </listitem>
    8981
     
    127119gcc --version | head -n1
    128120/lib/libc.so.6 | head -n1 | cut -d" " -f1-7
    129 echo -n "GMP: "; strings /usr/lib*/libgmp.so 2>/dev/null | grep ^jw | uniq
    130121grep --version | head -n1
    131122gzip --version | head -n1
    132123make --version | head -n1
    133 echo -n "MPFR: "; grep VERSION_STRING /usr/include/mpfr.h | cut -d\" -f2
    134124tic -V
    135125patch --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.