summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-03-08 14:00:45 +1100
committerChris Johns <chrisj@rtems.org>2013-03-08 14:00:45 +1100
commitf17665ede2c2e07fb681612832c8fcdd5b1bdc12 (patch)
tree1a8408abe2a30226d35efbd09883b9bf5e7f1df6
parentMacro %define updates an existing macro. (diff)
downloadrtems-source-builder-f17665ede2c2e07fb681612832c8fcdd5b1bdc12.tar.bz2
Add MIPS STX39 and Moxie specific GDB builds.
The MIPS STX39 is a special build for the simulator and the Moxie build has a specific patch which was in the common configuration.
-rw-r--r--rtems/config/tools/rtems-gdb-7.5.1-1.cfg2
-rw-r--r--rtems/config/tools/rtems-mipstx39-gdb-7.5.1-1.cfg13
-rw-r--r--rtems/config/tools/rtems-moxie-gdb-7.5.1-1.cfg10
3 files changed, 23 insertions, 2 deletions
diff --git a/rtems/config/tools/rtems-gdb-7.5.1-1.cfg b/rtems/config/tools/rtems-gdb-7.5.1-1.cfg
index 8268f8b..7cebe17 100644
--- a/rtems/config/tools/rtems-gdb-7.5.1-1.cfg
+++ b/rtems/config/tools/rtems-gdb-7.5.1-1.cfg
@@ -7,8 +7,6 @@
%define gdb_version 7.5.1
-Patch0: gdb-7.5.1-rtems4.11-moxie-20130214.diff
-
#
# The gdb build instructions. We use 7.xx Release 1.
#
diff --git a/rtems/config/tools/rtems-mipstx39-gdb-7.5.1-1.cfg b/rtems/config/tools/rtems-mipstx39-gdb-7.5.1-1.cfg
new file mode 100644
index 0000000..afea620
--- /dev/null
+++ b/rtems/config/tools/rtems-mipstx39-gdb-7.5.1-1.cfg
@@ -0,0 +1,13 @@
+#
+# MIPS STX39 GDB 7.5.1.
+#
+
+%{echo %{_target}}
+
+%undefine _target
+%define _target mipstx39-rtems%{rtems_version}
+
+#
+# The gdb build instructions for RTEMS 7.5.1.
+#
+%include tools/rtems-gdb-7.5.1-1.cfg
diff --git a/rtems/config/tools/rtems-moxie-gdb-7.5.1-1.cfg b/rtems/config/tools/rtems-moxie-gdb-7.5.1-1.cfg
new file mode 100644
index 0000000..3be0ccf
--- /dev/null
+++ b/rtems/config/tools/rtems-moxie-gdb-7.5.1-1.cfg
@@ -0,0 +1,10 @@
+#
+# GDB 7.5.1.
+#
+
+Patch0: gdb-7.5.1-rtems4.11-moxie-20130214.diff
+
+#
+# The gdb build instructions for RTEMS 7.5.1.
+#
+%include tools/rtems-gdb-7.5.1-1.cfg