mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
56964f8991
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>
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>