#How to build bzip2 for the board
##clone this repo
- git clone https://github.com/Sisyph/embRando.git
##build gold for your build system
- cd gold
- mkdir build
- cd build
- sudo apt-get install texinfo
- ../configure --enable-gold --enable-plugins --disable-werror ..* may have to pass CC and CCX
- make all-gold -j
##musl
- idk fix this, expecially targets, and
##llvm
- cd llvm
- mkdir build
- cd build