Changeset 3437

Show
Ignore:
Timestamp:
02/23/07 17:15:10 (2 years ago)
Author:
jciccone
Message:

Add Bison and Texinfo to the host system requirements.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-sysroot/BOOK/prologue/common/hostreqs.xml

    r2677 r3437  
    2929      greater than &binutils-version; are not recommended as they have 
    3030      not been tested)</para> 
     31    </listitem> 
     32 
     33    <listitem> 
     34      <para><emphasis role="strong">Bison-1.26a</emphasis></para> 
    3135    </listitem> 
    3236 
     
    8892    </listitem> 
    8993 
     94    <listitem> 
     95      <para><emphasis role="strong">Texinfo</emphasis></para> 
     96    </listitem> 
     97 
    9098  </itemizedlist> 
    9199 
     
    99107bash --version | head -n1 | cut -d" " -f2-4 
    100108echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4 
     109bison --version | head -n1 
    101110bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6- 
    102111echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2