config: Add gdb-7.7 support.

This commit is contained in:
Chris Johns 2014-04-09 15:07:54 +10:00
parent a1bba9d67b
commit 8ac8ebf8c5
2 changed files with 41 additions and 0 deletions

View 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

View 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