mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: Add gdb-7.7 support.
This commit is contained in:
parent
a1bba9d67b
commit
8ac8ebf8c5
18
bare/config/devel/gdb-7.7-1.cfg
Normal file
18
bare/config/devel/gdb-7.7-1.cfg
Normal file
@ -0,0 +1,18 @@
|
||||
#
|
||||
# GDB 7.7.
|
||||
#
|
||||
|
||||
%include %{_configdir}/checks.cfg
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%define gdb_version 7.7
|
||||
|
||||
#
|
||||
# Bare Build Set patches.
|
||||
#
|
||||
%include bare-gdb-patches.cfg
|
||||
|
||||
#
|
||||
# The gdb build instructions. We use 7.xx Release 1.
|
||||
#
|
||||
%include %{_configdir}/gdb-7-1.cfg
|
23
rtems/config/tools/rtems-gdb-7.7-1.cfg
Normal file
23
rtems/config/tools/rtems-gdb-7.7-1.cfg
Normal file
@ -0,0 +1,23 @@
|
||||
#
|
||||
# GDB 7.7.
|
||||
#
|
||||
|
||||
%include %{_configdir}/checks.cfg
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%define gdb_version 7.7
|
||||
|
||||
#
|
||||
# RTEMS Build Set patches.
|
||||
#
|
||||
%include rtems-gdb-patches.cfg
|
||||
|
||||
%if %{_host} == freebsd
|
||||
%define patch5 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
|
||||
%define patch5_opts -p0
|
||||
%endif
|
||||
|
||||
#
|
||||
# The gdb build instructions. We use 7.xx Release 1.
|
||||
#
|
||||
%include %{_configdir}/gdb-7-1.cfg
|
Loading…
x
Reference in New Issue
Block a user