Changeset 6a043e2 for BOOK/prologue


Ignore:
Timestamp:
Aug 27, 2008, 4:51:20 AM (16 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:
ddbac3c
Parents:
5df4d80
Message:

Upgrade to GCC 4.3.1.

File:
1 edited

Legend:

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

    r5df4d80 r6a043e2  
    6969
    7070    <listitem>
     71      <para><emphasis role="strong">GMP-4.1</emphasis></para>
     72    </listitem>
     73
     74    <listitem>
    7175      <para><emphasis role="strong">Grep-2.5</emphasis></para>
    7276    </listitem>
     
    7882    <listitem>
    7983      <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>
    8088    </listitem>
    8189
     
    115123gcc --version | head -n1
    116124/lib/libc.so.6 | head -n1 | cut -d" " -f1-7
     125echo -n "GMP: "; strings /usr/lib*/libgmp.so 2>/dev/null | grep ^jw | uniq
    117126grep --version | head -n1
    118127gzip --version | head -n1
    119128make --version | head -n1
     129echo -n "MPFR: "; grep VERSION_STRING /usr/include/mpfr.h | cut -d\" -f2
    120130tic -V
    121131patch --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.