From b07f41fe319d72215b244355fa7b8dc955e151bd Mon Sep 17 00:00:00 2001 From: Jiaxun Yang Date: Fri, 27 Dec 2024 15:47:33 +0000 Subject: openrisc: Initial OpenRISC 1000 support This target is in GCC/binutils/Linux/Glibc/musl for a while. Baremetal/glibc/musl toolchains are all build tested. Signed-off-by: Jiaxun Yang --- samples/or1k-unknown-linux-musl/crosstool.config | 10 ++++++++++ samples/or1k-unknown-linux-musl/reported.by | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 samples/or1k-unknown-linux-musl/crosstool.config create mode 100644 samples/or1k-unknown-linux-musl/reported.by (limited to 'samples/or1k-unknown-linux-musl') diff --git a/samples/or1k-unknown-linux-musl/crosstool.config b/samples/or1k-unknown-linux-musl/crosstool.config new file mode 100644 index 00000000..5f820624 --- /dev/null +++ b/samples/or1k-unknown-linux-musl/crosstool.config @@ -0,0 +1,10 @@ +CT_CONFIG_VERSION="4" +CT_EXPERIMENTAL=y +CT_ARCH_OPENRISC=y +CT_ARCH_USE_MMU=y +CT_TARGET_VENDOR="" +CT_KERNEL_LINUX=y +CT_LIBC_MUSL=y +CT_CC_LANG_CXX=y +CT_DEBUG_GDB=y +# CT_GDB_CROSS_PYTHON is not set diff --git a/samples/or1k-unknown-linux-musl/reported.by b/samples/or1k-unknown-linux-musl/reported.by new file mode 100644 index 00000000..c0dcc1e3 --- /dev/null +++ b/samples/or1k-unknown-linux-musl/reported.by @@ -0,0 +1,3 @@ +reporter_name="Jiaxun Yang " +reporter_url="https://flygoat.com/" +reporter_comment="Example for building a toolchain for OpenRISC 1000 with Linux kernel and musl libc" -- cgit v1.2.3