1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 07:38:40 +02:00
openwrt-packages/devel/gcc
2014-08-10 13:59:37 +02:00
..
patches gcc: Add GCC 4.6 patches from official openwrt.git toolchain directory. 2014-08-10 13:59:31 +02:00
Makefile gcc: The variable is simply called CONFIGURE_ARGS and already contains the host,build, target triplet plus right prefixes. 2014-08-10 13:59:37 +02:00
README gcc: Add README to gcc package explaining build-deps on host machine. 2014-08-10 13:59:14 +02:00

Native GCC that runs on target.

Note that building this one is a bit tricky. First and foremost, your build machine
needs to have the gcc build-deps installed as well, i.e. mpfr, gmp and mpc, amongst
others.

For now, this was only tested for a mips target. Others to be done...

Christian Beier <cb@shoutrlabs.com>