Packages/packages/devel/gcc
2025-02-05 00:21:49 +08:00
..
patches update 2025-02-05 00:21:48 2025-02-05 00:21:49 +08:00
patches-8.x update 2025-02-05 00:21:48 2025-02-05 00:21:49 +08:00
patches-10.x update 2025-02-05 00:21:48 2025-02-05 00:21:49 +08:00
patches-11.x update 2025-02-05 00:21:48 2025-02-05 00:21:49 +08:00
patches-12.x update 2025-02-05 00:21:48 2025-02-05 00:21:49 +08:00
patches-13.x update 2025-02-05 00:21:48 2025-02-05 00:21:49 +08:00
patches-14.x update 2025-02-05 00:21:48 2025-02-05 00:21:49 +08:00
Config.in update 2025-02-05 00:21:48 2025-02-05 00:21:49 +08:00
Makefile update 2025-02-05 00:21:48 2025-02-05 00:21:49 +08:00
README update 2025-02-05 00:21:48 2025-02-05 00:21:49 +08: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>