mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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:
@@ -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.
|
||||
#
|
||||
|
13
rtems/config/tools/rtems-mipstx39-gdb-7.5.1-1.cfg
Normal file
13
rtems/config/tools/rtems-mipstx39-gdb-7.5.1-1.cfg
Normal 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
|
10
rtems/config/tools/rtems-moxie-gdb-7.5.1-1.cfg
Normal file
10
rtems/config/tools/rtems-moxie-gdb-7.5.1-1.cfg
Normal 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
|
Reference in New Issue
Block a user