forked from GregorR/musl-cross
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Stafford Horne edited this page Sep 22, 2016
·
4 revisions
The musl cross project is a set of scripts for downloading and building the musl libc library and toolchains.
-
Clone this repository:
git clone https://github.com/openrisc/musl-cross.git
-
Run the build:
./build.sh
-
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
If you would like to change any properties, such as installation prefix, you can do so by editing config.sh
.