You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rosen Penev 736996ecbb Revert "gcc: update 11 minor version" 2 years ago
..
patches Revert "gcc: update 11 minor version" 2 years ago
Config.in gcc: update to version 7.4.0, Add config options 5 years ago
Makefile Revert "gcc: update 11 minor version" 2 years ago
README gcc: update to version 7.4.0, Add config options 5 years ago

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>