From 8ac8ebf8c555c7d10418fb54d0fcecfd7305ae94 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 9 Apr 2014 15:07:54 +1000 Subject: [PATCH] config: Add gdb-7.7 support. --- bare/config/devel/gdb-7.7-1.cfg | 18 ++++++++++++++++++ rtems/config/tools/rtems-gdb-7.7-1.cfg | 23 +++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 bare/config/devel/gdb-7.7-1.cfg create mode 100644 rtems/config/tools/rtems-gdb-7.7-1.cfg diff --git a/bare/config/devel/gdb-7.7-1.cfg b/bare/config/devel/gdb-7.7-1.cfg new file mode 100644 index 0000000..956d044 --- /dev/null +++ b/bare/config/devel/gdb-7.7-1.cfg @@ -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 diff --git a/rtems/config/tools/rtems-gdb-7.7-1.cfg b/rtems/config/tools/rtems-gdb-7.7-1.cfg new file mode 100644 index 0000000..6d34527 --- /dev/null +++ b/rtems/config/tools/rtems-gdb-7.7-1.cfg @@ -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