Skip to content

Releases: dslm4515/Musl-LFS

Cross-Toolchain for 64-bit (Glibc)

31 Oct 18:27
Compare
Choose a tag to compare
Pre-release

Cross-Toolchain (/cross-tools)

The toolchain to cross-build the final toolchain (/tools) used to build a MLFS system.

Purpose: Helps create a tool chain that uses a Libc other than Glibc.

Host: x86_64-lfs-linux-gnu (Glibc)
Target: Runs on Host but builds binaries that compile for x86_64-linux-musl

To use: Extract to directory then [as root] link it as "/cross-tools". Then prefix $PATH with "/cross-tools"

NOTE:
Toolchain runs on a host with Glibc and with dynamic loader at /lib64:

$ ldd /cross-tools/bin/x86_64-linux-musl-gcc
	linux-vdso.so.1 (0x00007ffcb9b16000)
	libm.so.6 => /lib/libm.so.6 (0x00007f8c9b4dd000)
	libc.so.6 => /lib/libc.so.6 (0x00007f8c9b12b000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f8c9b81e000)