aboutsummaryrefslogtreecommitdiff
path: root/samples/x86_64-multilib-linux-musl
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2024-05-18 16:14:55 +1200
committerChris Packham <judge.packham@gmail.com>2024-05-24 10:14:13 +1200
commite58fd0a23e84cec8b27a13e614068117076958d9 (patch)
treed890e3290390636ca4f7c5fe562fb12057c0c7ad /samples/x86_64-multilib-linux-musl
parentc1b9edd06a4fa14a02b0368ebff6ee702f991527 (diff)
downloadcrosstool-ng-e58fd0a23e84cec8b27a13e614068117076958d9.tar.gz
crosstool-ng-e58fd0a23e84cec8b27a13e614068117076958d9.tar.bz2
crosstool-ng-e58fd0a23e84cec8b27a13e614068117076958d9.zip
musl: Mark not EXPERIMENTAL
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>
Diffstat (limited to 'samples/x86_64-multilib-linux-musl')
-rw-r--r--samples/x86_64-multilib-linux-musl/crosstool.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/x86_64-multilib-linux-musl/crosstool.config b/samples/x86_64-multilib-linux-musl/crosstool.config
index 0fe7cda2..91813a62 100644
--- a/samples/x86_64-multilib-linux-musl/crosstool.config
+++ b/samples/x86_64-multilib-linux-musl/crosstool.config
@@ -1,5 +1,4 @@
CT_CONFIG_VERSION="4"
-CT_EXPERIMENTAL=y
CT_ARCH_X86=y
CT_MULTILIB=y
CT_ARCH_64=y