packages/devel/gcc
Rui Salvaterra 4a1f9bdab8 gcc: add GCC 14.2
Deleted (upstreamed):

020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch [1]
021-libcc1-fix-vector-include.patch [2]

All other patches automatically rebased.

[1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9970b576b7e4ae337af1268395ff221348c4b34a
[2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=5213047b1d50af63dfabb5e5649821a6cb157e33

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2024-08-12 09:04:13 -07:00
..
patches-8.x devel: gcc: refresh patches 2024-04-11 13:48:13 +02:00
patches-10.x devel: gcc: refresh patches 2024-04-11 13:48:13 +02:00
patches-11.x devel: gcc: align patches structure to openwrt toolchain GCC 2024-04-11 13:48:09 +02:00
patches-12.x devel: gcc: refresh patches 2024-04-11 13:48:13 +02:00
patches-13.x devel: gcc: update to 13.3 2024-06-06 22:57:19 +02:00
patches-14.x gcc: add GCC 14.2 2024-08-12 09:04:13 -07:00
Config.in
Makefile gcc: add GCC 14.2 2024-08-12 09:04:13 -07:00
README

README

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>