Ignore:
Timestamp:
Oct 10, 2012, 6:42:21 PM (12 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f7b2c72
Parents:
0cce40d (diff), 80cbd64 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git.cross-lfs.org:cross-lfs

File:
1 edited

Legend:

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

    r0cce40d r73ace20  
    5353
    5454    <listitem>
    55       <para><emphasis role="strong">Gawk-3.0</emphasis></para>
     55      <para><emphasis role="strong">Gawk-3.1.5</emphasis></para>
    5656    </listitem>
    5757
    5858    <listitem>
    59       <para><emphasis role="strong">Gcc-2.95.3</emphasis> (Versions
     59      <para><emphasis role="strong">GCC 4.1</emphasis> (Versions
    6060      greater than &gcc-version; are not recommended as they have not
    6161      been tested)</para>
     
    7777
    7878   <listitem>
    79      <para><emphasis role="strong">Linux 2.6.22</emphasis></para>
     79     <para><emphasis role="strong">Linux 2.6.32 (Built with GCC 4.1.2 or later)</emphasis></para>
    8080   </listitem>
    8181
    8282    <listitem>
    83       <para><emphasis role="strong">Make-3.79.1</emphasis></para>
     83      <para><emphasis role="strong">Make-3.80</emphasis></para>
    8484    </listitem>
    8585
     
    104104    </listitem>
    105105
     106    <listitem>
     107      <para><emphasis role="strong">XZ-Utils-4.999.8beta</emphasis></para>
     108    </listitem>
     109
    106110  </itemizedlist>
    107111
     
    122126gawk --version | head -n1
    123127gcc --version | head -n1
    124 $(find /lib{,64} -name libc.so.6) | head -n1 | cut -d" " -f1-7
     128ldd $(which ${SHELL}) | grep libc.so | cut -d ' ' -f 3 | ${SHELL} | head -n 1 | cut -d ' ' -f 1-7
    125129grep --version | head -n1
    126130gzip --version | head -n1
     
    131135sed --version | head -n1
    132136tar --version | head -n1
    133 makeinfo --version | head -n1</literal>
     137makeinfo --version | head -n1
     138xz --version | head -n1</literal>
    134139
    135140EOF
Note: See TracChangeset for help on using the changeset viewer.