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.
This commit is contained in:
Chris Johns
2013-03-08 14:00:45 +11:00
parent 50da39a33a
commit f17665ede2
3 changed files with 23 additions and 2 deletions

View File

@@ -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.
#

View File

@@ -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

View File

@@ -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