Files
packages/devel/gcc
W. Michael Petullo 56964f8991 gcc: synchronize with toolchain
Modify the gcc package to support building 13.4.0, 14.3.0, and 15.2.0,
which are the same versions supported by the current toolchain.

Upstream list of changes can be found at:

	https://gcc.gnu.org/gcc-13/changes.html
	https://gcc.gnu.org/gcc-14/changes.html
	https://gcc.gnu.org/gcc-15/changes.html

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2026-06-03 13:13:41 +03:00
..
2026-06-03 13:13:41 +03:00

Native GCC that runs on target.

To save disk space, this GCC uses dynamic linking on the target box. There
are configuration options to include libstdc++.a, libc.a and libpthread.a
if staticly linked binaries are needed.

For now, this was only tested on arm (EABI) and mips targets. Others to be
done...

   Christian Beier <cb@shoutrlabs.com>