mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
hostreqs: Bump minimum GCC version to 5.4
GCC-15 has bumped the C++ standard to C++14, and the required GCC version to 5.4 because 5.3 and earlier may generate some wrong code with C++14 and constexpr (that GCC-15 code base uses).
This commit is contained in:
@@ -74,9 +74,8 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<!-- Pass 1 GCC FTBFS with GCC-5.1 because of
|
<!-- See https://gcc.gnu.org/r15-4719. -->
|
||||||
https://gcc.gnu.org/PR65801. -->
|
<para><emphasis role="strong">GCC-5.4</emphasis> including the C++
|
||||||
<para><emphasis role="strong">GCC-5.2</emphasis> including the C++
|
|
||||||
compiler, <command>g++</command> (Versions greater than &gcc-version; are
|
compiler, <command>g++</command> (Versions greater than &gcc-version; are
|
||||||
not recommended as they have not been tested). C and C++ standard
|
not recommended as they have not been tested). C and C++ standard
|
||||||
libraries (with headers) must also be present so the C++ compiler can
|
libraries (with headers) must also be present so the C++ compiler can
|
||||||
|
|||||||
Reference in New Issue
Block a user