Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 406 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 406 Bytes

python_gnu_toolchain_builder

Install Build Depends

Ubuntu:

sudo apt-get install gcc build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo gcc-multilib

Sync GNU Repos

git submodule sync
git submodule update --init --recursive

Build toolchain

python toolchain_builder.py

Output

The toolchains will be installed in "install" sub-folder.