Changeset 808bc94


Ignore:
Timestamp:
09/17/2023 11:54:22 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
490a50a
Parents:
d269e20
Message:

hostreqs: Raise GCC minimal version to 5.2

Pass 1 GCC FTBFS with system GCC 5.1.

Link: https://gcc.gnu.org/PR65801
Link: https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2023-09/msg00005.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    rd269e20 r808bc94  
    7373
    7474    <listitem>
    75       <para><emphasis role="strong">GCC-5.1</emphasis> including the C++
     75      <!-- Pass 1 GCC FTBFS with GCC-5.1 because of
     76           https://gcc.gnu.org/PR65801. -->
     77      <para><emphasis role="strong">GCC-5.2</emphasis> including the C++
    7678      compiler, <command>g++</command> (Versions greater than &gcc-version; are
    7779      not recommended as they have not been tested). C and C++ standard
     
    225227ver_check Findutils      find     4.2.31
    226228ver_check Gawk           gawk     4.0.1
    227 ver_check GCC            gcc      5.1
    228 ver_check "GCC (C++)"    g++      5.1
     229ver_check GCC            gcc      5.2
     230ver_check "GCC (C++)"    g++      5.2
    229231ver_check Grep           grep     2.5.1a
    230232ver_check Gzip           gzip     1.3.12
Note: See TracChangeset for help on using the changeset viewer.