├── Makefile ├── README.md ├── riscv_tools_delta.tar.gz └── toolchain-patches └── 001-fix-gcc-6-compilation-issue.patch /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pulp-platform/ri5cy_gnu_toolchain/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pulp-platform/ri5cy_gnu_toolchain/HEAD/README.md -------------------------------------------------------------------------------- /riscv_tools_delta.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pulp-platform/ri5cy_gnu_toolchain/HEAD/riscv_tools_delta.tar.gz -------------------------------------------------------------------------------- /toolchain-patches/001-fix-gcc-6-compilation-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pulp-platform/ri5cy_gnu_toolchain/HEAD/toolchain-patches/001-fix-gcc-6-compilation-issue.patch --------------------------------------------------------------------------------