From 2697728761b3b565e6997919d5c35f85218ba21e Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Thu, 1 Feb 2024 10:16:52 +1300 Subject: Add aarch64-unknown-linux-musl sample Adapted from the aarch64-unknown-linux-gnu sample enabling CT_EXPERIMENTAL and selecting CT_LIBC_MUSL. Signed-off-by: Chris Packham --- samples/aarch64-unknown-linux-musl/crosstool.config | 14 ++++++++++++++ samples/aarch64-unknown-linux-musl/reported.by | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 samples/aarch64-unknown-linux-musl/crosstool.config create mode 100644 samples/aarch64-unknown-linux-musl/reported.by (limited to 'samples') diff --git a/samples/aarch64-unknown-linux-musl/crosstool.config b/samples/aarch64-unknown-linux-musl/crosstool.config new file mode 100644 index 00000000..c1b6a9c6 --- /dev/null +++ b/samples/aarch64-unknown-linux-musl/crosstool.config @@ -0,0 +1,14 @@ +CT_CONFIG_VERSION="4" +CT_EXPERIMENTAL=y +CT_ARCH_ARM=y +CT_ARCH_64=y +CT_TARGET_VENDOR="" +CT_KERNEL_LINUX=y +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_GDB=y +CT_GETTEXT_NEEDED=y diff --git a/samples/aarch64-unknown-linux-musl/reported.by b/samples/aarch64-unknown-linux-musl/reported.by new file mode 100644 index 00000000..2e1e0148 --- /dev/null +++ b/samples/aarch64-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