Changeset 3b70f92 for chapter02


Ignore:
Timestamp:
02/19/2022 04:45:14 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
f0275e9
Parents:
77ea132 (diff), d6006ef (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r77ea132 r3b70f92  
    3030
    3131    <listitem>
    32       <para><emphasis role="strong">Binutils-2.25</emphasis> (Versions
     32      <para><emphasis role="strong">Binutils-2.13.1</emphasis> (Versions
    3333      greater than &binutils-version; are not recommended as they have
    3434      not been tested)</para>
     
    4141
    4242    <listitem>
    43       <para><emphasis role="strong">Bzip2-1.0.4</emphasis></para>
    44     </listitem>
    45 
    46     <listitem>
    4743      <para><emphasis role="strong">Coreutils-6.9</emphasis></para>
    4844    </listitem>
     
    6157    </listitem>
    6258
    63     <!-- glibc-2.30 requires gcc-6.2 or later -->
    64     <listitem>
    65       <para><emphasis role="strong">GCC-6.2</emphasis> including the C++
     59    <listitem>
     60      <para><emphasis role="strong">GCC-4.8</emphasis> including the C++
    6661      compiler, <command>g++</command> (Versions greater than &gcc-version; are
    67       not recommended as they have not been tested)</para>
    68     </listitem>
    69 
    70     <listitem>
    71       <para><emphasis role="strong">Glibc-2.11</emphasis> (Versions
    72       greater than &glibc-version; are not recommended as they have
    73       not been tested)</para>
     62      not recommended as they have not been tested). C and C++ standard
     63      libraries (with headers) must also be present so the C++ compiler can
     64      build hosted programs</para>
    7465    </listitem>
    7566
     
    181172fi
    182173
    183 bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
    184174echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
    185175diff --version | head -n1
     
    197187gcc --version | head -n1
    198188g++ --version | head -n1
    199 ldd --version | head -n1 | cut -d" " -f2-  # glibc version
    200189grep --version | head -n1
    201190gzip --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.