* Use the same GCC version as the Attitude Adjustment toolchain. * Use REAL_GNU_TARGET_NAME that contains the _uclibc suffix. Otherwise the linker on the target is not found. * Revamped install section to install only needed binaries and omit static .a libs. Signed-off-by: Christian Beier <dontmind@freeshell.org> |
||
---|---|---|
.. | ||
patches | ||
Makefile | ||
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 <cb@shoutrlabs.com>