Add a note about gcc-15 to chap5/gcc

This commit is contained in:
Thomas Trepl 2025-04-28 09:00:23 +02:00
parent 833a5234ff
commit ce2903077c

View File

@ -43,6 +43,19 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Cross GCC</title> <title>Installation of Cross GCC</title>
<note><para>GCC-15: Actually (End of April 2025) the multilib branch
differs from trunk os the multilib brach includes gcc-15. Since
gcc is using a new C standard (c23) by default, there might be some
package which do not compile with this version off gcc.</para>
<para>There are some tweaks in some packages and some packages
are early release candidates (-rc1). Upstream (the LFS trunk) will
wait to upgrade to gcc-15 until those packages are officially
released. That might last a few days.</para>
<para>Note that BLFS will contain packages will be not buildable
at the moment. We upgraded the multilib branch to gcc-15 for people
who are interested in discovering those issues...</para>
</note>
<para>GCC requires the GMP, MPFR and MPC packages. As these packages may <para>GCC requires the GMP, MPFR and MPC packages. As these packages may
not be included in your host distribution, they will be built with not be included in your host distribution, they will be built with
GCC. Unpack each package into the GCC source directory and rename the GCC. Unpack each package into the GCC source directory and rename the