Skip to content
Stefan Wallentowitz edited this page May 12, 2016 · 4 revisions

Build musl for OpenRISC

  • Clone this repository:

     git clone https://github.com/openrisc/musl-cross.git
    
  • Run the build:

     ./build.sh
    

Build a specific GCC version

  • List the available builds:

     git clone https://github.com/openrisc/musl-cross.git
     cd musl-cross
     git tag
    
  • Checkout the version:

     git checkout -b gcc<version>-musl<version>
    
  • Build

     ./build.sh
    
Clone this wiki locally