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:
Xi Ruoyao
2025-08-23 17:55:30 +08:00
parent 993e6aea9b
commit 8f6ef36f74

View File

@@ -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