From e58fd0a23e84cec8b27a13e614068117076958d9 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sat, 18 May 2024 16:14:55 +1200 Subject: 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 --- samples/powerpc64-unknown-linux-musl/crosstool.config | 11 +++++++++++ samples/powerpc64-unknown-linux-musl/reported.by | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 samples/powerpc64-unknown-linux-musl/crosstool.config create mode 100644 samples/powerpc64-unknown-linux-musl/reported.by (limited to 'samples/powerpc64-unknown-linux-musl') diff --git a/samples/powerpc64-unknown-linux-musl/crosstool.config b/samples/powerpc64-unknown-linux-musl/crosstool.config new file mode 100644 index 00000000..bd97e306 --- /dev/null +++ b/samples/powerpc64-unknown-linux-musl/crosstool.config @@ -0,0 +1,11 @@ +CT_CONFIG_VERSION="4" +CT_ARCH_POWERPC=y +CT_ARCH_64=y +CT_ARCH_ABI="elfv2" +CT_KERNEL_LINUX=y +CT_BINUTILS_PLUGINS=y +CT_LIBC_MUSL=y +CT_CC_LANG_CXX=y +CT_DEBUG_GDB=y +# CT_GDB_CROSS_PYTHON is not set +CT_GDB_NATIVE=y diff --git a/samples/powerpc64-unknown-linux-musl/reported.by b/samples/powerpc64-unknown-linux-musl/reported.by new file mode 100644 index 00000000..15241934 --- /dev/null +++ b/samples/powerpc64-unknown-linux-musl/reported.by @@ -0,0 +1,3 @@ +reporter_name="Chris Packham " +reporter_url="http://crosstool-ng.org/" +reporter_comment="" -- cgit v1.2.3