summaryrefslogtreecommitdiffstats
path: root/rtems/config/5/rtems-or1k.bset
diff options
context:
space:
mode:
Diffstat (limited to 'rtems/config/5/rtems-or1k.bset')
-rw-r--r--rtems/config/5/rtems-or1k.bset38
1 files changed, 38 insertions, 0 deletions
diff --git a/rtems/config/5/rtems-or1k.bset b/rtems/config/5/rtems-or1k.bset
new file mode 100644
index 0000000..a91fe45
--- /dev/null
+++ b/rtems/config/5/rtems-or1k.bset
@@ -0,0 +1,38 @@
+#
+# Tools Set for RTEMS or1k 5 Stable
+#
+
+%define release 1
+
+%define rtems_arch or1k
+
+#
+# The RTEMS base defines.
+#
+%include rtems-base.bset
+
+#
+# or1k specific patches
+#
+
+%patch add gcc -p1 https://github.com/openrisc/or1k-gcc/releases/download/or1k-4.9.3-release/gcc-4.9.3-or1k.patch
+%patch add gdb -p1 https://github.com/openrisc/binutils-gdb/releases/download/gdb-7.11-or1k-release/gdb-7.11-or1k.patch
+
+#
+# or1k specific configurations
+#
+
+#
+# Disable GDB simulator. Use the external simulator.
+#
+%define gdb-disable-sim 1
+
+#
+# Tools configuration.
+#
+5/rtems-autotools
+devel/expat-2.1.0-1
+tools/rtems-binutils-2.26-1
+tools/rtems-gcc-4.9.3-newlib-2.5.0.20170922-1
+tools/rtems-tools-5-1
+tools/rtems-gdb-7.11-1