This repository allows to build binutils+gcc for a any architecture.
At the moment no libc is compiled, so only unknown (i.e., no OS) are
supported.
- Run
make populateto download the required sources. - Run
make <triplet>-gccto compile a gcc for the required platform..
Compiled binaries will be installed in INSTALLDIR, which defaults to
<source-dir>/install/
$ make populate
$ make riscv64-unknown-elf-gcc
$ make i686-unknown-elf-gcc