暂无描述
Christian Beier e1be3f55d8 gcc: Add GCC 4.6 patches from official openwrt.git toolchain directory. 10 年前
..
patches gcc: Add GCC 4.6 patches from official openwrt.git toolchain directory. 10 年前
Makefile gcc: Update GCC Makefile to let it build gcc 4.6 for target. 10 年前
README gcc: Add README to gcc package explaining build-deps on host machine. 10 年前

README

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