mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Add a note about gcc-15 to chap5/gcc
This commit is contained in:
parent
833a5234ff
commit
ce2903077c
@ -43,6 +43,19 @@
|
||||
<sect2 role="installation">
|
||||
<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
|
||||
not be included in your host distribution, they will be built with
|
||||
GCC. Unpack each package into the GCC source directory and rename the
|
||||
|
Loading…
Reference in New Issue
Block a user