diff options
Diffstat (limited to 'samples/or1k-unknown-linux-gnu')
-rw-r--r-- | samples/or1k-unknown-linux-gnu/crosstool.config | 9 | ||||
-rw-r--r-- | samples/or1k-unknown-linux-gnu/reported.by | 3 |
2 files changed, 12 insertions, 0 deletions
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" |