aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorJiaxun Yang <jiaxun.yang@flygoat.com>2024-12-27 15:47:33 +0000
committerChris Packham <judge.packham@gmail.com>2025-01-07 09:06:53 +1300
commitb07f41fe319d72215b244355fa7b8dc955e151bd (patch)
tree1eb5e68d83e6f2d2eac81afa37a9da48e638bc19 /samples
parent51bda9ebd6fbe513d10b4d482ae8ae53ca6ccfda (diff)
downloadcrosstool-ng-b07f41fe319d72215b244355fa7b8dc955e151bd.tar.gz
crosstool-ng-b07f41fe319d72215b244355fa7b8dc955e151bd.tar.bz2
crosstool-ng-b07f41fe319d72215b244355fa7b8dc955e151bd.zip
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 <jiaxun.yang@flygoat.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/or1k-unknown-elf/crosstool.config6
-rw-r--r--samples/or1k-unknown-elf/reported.by3
-rw-r--r--samples/or1k-unknown-linux-gnu/crosstool.config9
-rw-r--r--samples/or1k-unknown-linux-gnu/reported.by3
-rw-r--r--samples/or1k-unknown-linux-musl/crosstool.config10
-rw-r--r--samples/or1k-unknown-linux-musl/reported.by3
6 files changed, 34 insertions, 0 deletions
diff --git a/samples/or1k-unknown-elf/crosstool.config b/samples/or1k-unknown-elf/crosstool.config
new file mode 100644
index 00000000..7a791d75
--- /dev/null
+++ b/samples/or1k-unknown-elf/crosstool.config
@@ -0,0 +1,6 @@
+CT_CONFIG_VERSION="4"
+CT_EXPERIMENTAL=y
+CT_ARCH_OPENRISC=y
+CT_CC_LANG_CXX=y
+CT_DEBUG_GDB=y
+# CT_GDB_CROSS_PYTHON is not set
diff --git a/samples/or1k-unknown-elf/reported.by b/samples/or1k-unknown-elf/reported.by
new file mode 100644
index 00000000..858a3180
--- /dev/null
+++ b/samples/or1k-unknown-elf/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Jiaxun Yang <jiaxun.yang@flygoat.com>"
+reporter_url="https://flygoat.com/"
+reporter_comment="Example for building a toolchain for OpenRISC 1000 bare metal targets"
diff --git a/samples/or1k-unknown-linux-gnu/crosstool.config b/samples/or1k-unknown-linux-gnu/crosstool.config
new file mode 100644
index 00000000..6d69d0e7
--- /dev/null
+++ b/samples/or1k-unknown-linux-gnu/crosstool.config
@@ -0,0 +1,9 @@
+CT_CONFIG_VERSION="4"
+CT_EXPERIMENTAL=y
+CT_ARCH_OPENRISC=y
+CT_ARCH_USE_MMU=y
+CT_TARGET_VENDOR=""
+CT_KERNEL_LINUX=y
+CT_CC_LANG_CXX=y
+CT_DEBUG_GDB=y
+# CT_GDB_CROSS_PYTHON is not set
diff --git a/samples/or1k-unknown-linux-gnu/reported.by b/samples/or1k-unknown-linux-gnu/reported.by
new file mode 100644
index 00000000..0b2a045d
--- /dev/null
+++ b/samples/or1k-unknown-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Jiaxun Yang <jiaxun.yang@flygoat.com>"
+reporter_url="https://flygoat.com/"
+reporter_comment="Example for building a toolchain for OpenRISC 1000 with Linux kernel and glibc"
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 <jiaxun.yang@flygoat.com>"
+reporter_url="https://flygoat.com/"
+reporter_comment="Example for building a toolchain for OpenRISC 1000 with Linux kernel and musl libc"