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.
 
 
 
 
 
 
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
3 years ago
..
patches treewide: Run refresh on all packages 3 years ago
Config.in gcc: update to version 7.4.0, Add config options 5 years ago
Makefile treewide: add PKG_CPE_ID for better cvescanner coverage 5 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>