Skip to content

cross-tools/clang-cross

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clang-cross

This is a simple, lightweight project for making cross-compilation toolchain with clang and {gnu, musl} libc.

Supported targets

Target Kernel Clang Libc
aarch64-unknown-linux-gnu 5.4.293 20.1.8 2.41
aarch64-unknown-linux-musl 5.4.293 20.1.8 1.2.5
arm-unknown-linux-gnueabi 5.4.293 20.1.8 2.41
arm-unknown-linux-gnueabihf 5.4.293 20.1.8 2.41
arm-unknown-linux-musleabi 5.4.293 20.1.8 1.2.5
arm-unknown-linux-musleabihf 5.4.293 20.1.8 1.2.5
armv7-unknown-linux-gnueabi 5.4.293 20.1.8 2.41
armv7-unknown-linux-gnueabihf 5.4.293 20.1.8 2.41
armv7-unknown-linux-musleabi 5.4.293 20.1.8 1.2.5
armv7-unknown-linux-musleabihf 5.4.293 20.1.8 1.2.5
i586-unknown-linux-gnu 5.4.293 20.1.8 2.41
i586-unknown-linux-musl 5.4.293 20.1.8 1.2.5
i686-unknown-linux-gnu 5.4.293 20.1.8 2.41
i686-unknown-linux-musl 5.4.293 20.1.8 1.2.5
loongarch64-unknown-linux-gnu 5.19.16 20.1.8 2.41
loongarch64-unknown-linux-musl 5.19.16 20.1.8 1.2.5
mips64el-unknown-linux-gnu 5.4.293 20.1.8 2.41
mips64el-unknown-linux-musl 5.4.293 20.1.8 1.2.5
mips64-unknown-linux-gnu 5.4.293 20.1.8 2.41
mips64-unknown-linux-musl 5.4.293 20.1.8 1.2.5
mipsel-unknown-linux-gnu 5.4.293 20.1.8 2.41
mipsel-unknown-linux-gnusf 5.4.293 20.1.8 2.41
mipsel-unknown-linux-musl 5.4.293 20.1.8 1.2.5
mipsel-unknown-linux-muslsf 5.4.293 20.1.8 1.2.5
mips-unknown-linux-gnu 5.4.293 20.1.8 2.41
mips-unknown-linux-gnusf 5.4.293 20.1.8 2.41
mips-unknown-linux-musl 5.4.293 20.1.8 1.2.5
mips-unknown-linux-muslsf 5.4.293 20.1.8 1.2.5
powerpc64-unknown-linux-gnu 5.4.293 20.1.8 2.41
powerpc64-unknown-linux-musl 5.4.293 20.1.8 1.2.5
powerpc-unknown-linux-gnu 5.4.293 20.1.8 2.41
powerpc-unknown-linux-musl 5.4.293 20.1.8 1.2.5
riscv32-unknown-linux-gnu 5.4.293 20.1.8 2.41
riscv32-unknown-linux-musl 5.4.293 20.1.8 1.2.5
riscv64-unknown-linux-gnu 5.4.293 20.1.8 2.41
riscv64-unknown-linux-musl 5.4.293 20.1.8 1.2.5
s390x-ibm-linux-gnu 5.4.293 20.1.8 2.41
s390x-ibm-linux-musl 5.4.293 20.1.8 1.2.5
x86_64-unknown-linux-gnu 5.4.293 20.1.8 2.41
x86_64-unknown-linux-musl 5.4.293 20.1.8 1.2.5

How to use

Download the tarball from the release page and extract it to /opt/x-tools:

sudo mkdir -p /opt/x-tools
sudo tar -xf ${target}.tar.xz -C /opt/x-tools

How to build

Fork this project and create a new release, or build manually:

./scripts/make ${target}

License

MIT

Acknowledgements

We would like to express our gratitude to the following individuals and projects:

About

Cross-compile toolchain with clang and {gnu, musl} libc

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages