mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-25 13:49:29 +00:00
e58fd0a23e
Musl was marked experimental in commit 08d91d41 ("musl: config is broken for !EXPERIMENTAL"). Most of the reasoning for that change no longer applies and as it's been about 8 years it's time to let musl loose on the world. Drop the `depends on EXPERIMENTAL` and update the sample configs for aarch64 and x86_64. For powerpc64 the ABI needs to be elfv2. Enforce this via the powerpc config. Add a sample configuration for powerpc-unknown-linux-musl. Signed-off-by: Chris Packham <judge.packham@gmail.com>
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
CT_CONFIG_VERSION="4"
|
|
CT_ARCH_X86=y
|
|
CT_MULTILIB=y
|
|
CT_ARCH_64=y
|
|
CT_TARGET_VENDOR="multilib"
|
|
CT_KERNEL_LINUX=y
|
|
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
|
|
CT_BINUTILS_LINKER_LD_GOLD=y
|
|
CT_BINUTILS_GOLD_THREADS=y
|
|
CT_BINUTILS_LD_WRAPPER=y
|
|
CT_BINUTILS_PLUGINS=y
|
|
CT_LIBC_MUSL=y
|
|
CT_CC_LANG_CXX=y
|
|
CT_DEBUG_DUMA=y
|
|
CT_DEBUG_GDB=y
|