diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-17 19:54:22 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-17 19:54:22 +0800 |
commit | 808bc9406b6e5ccd33b1611831447a0e4eb28d6b (patch) | |
tree | f8b83fe641fcfead79d54fb0ef6b38f541753d79 | |
parent | d269e20dcba1ea2dfb187b3099a72bf6dfa2611f (diff) |
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
-rw-r--r-- | chapter02/hostreqs.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 10c1bf16e..69533b9c7 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -72,7 +72,9 @@ </listitem> <listitem> - <para><emphasis role="strong">GCC-5.1</emphasis> including the C++ + <!-- Pass 1 GCC FTBFS with GCC-5.1 because of + https://gcc.gnu.org/PR65801. --> + <para><emphasis role="strong">GCC-5.2</emphasis> including the C++ compiler, <command>g++</command> (Versions greater than &gcc-version; are not recommended as they have not been tested). C and C++ standard libraries (with headers) must also be present so the C++ compiler can @@ -224,8 +226,8 @@ ver_check Bison bison 2.7 ver_check Diffutils diff 2.8.1 ver_check Findutils find 4.2.31 ver_check Gawk gawk 4.0.1 -ver_check GCC gcc 5.1 -ver_check "GCC (C++)" g++ 5.1 +ver_check GCC gcc 5.2 +ver_check "GCC (C++)" g++ 5.2 ver_check Grep grep 2.5.1a ver_check Gzip gzip 1.3.12 ver_check M4 m4 1.4.10 |