summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gdb-7.7-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-04-09 15:07:54 +1000
committerChris Johns <chrisj@rtems.org>2014-04-09 15:07:54 +1000
commit8ac8ebf8c555c7d10418fb54d0fcecfd7305ae94 (patch)
treed52f26d550a94f841f2d13ea870aa73e77eb2858 /rtems/config/tools/rtems-gdb-7.7-1.cfg
parentconfig: Make FreeBSD 10 port patch specific to FreeBSD. (diff)
downloadrtems-source-builder-8ac8ebf8c555c7d10418fb54d0fcecfd7305ae94.tar.bz2
config: Add gdb-7.7 support.
Diffstat (limited to 'rtems/config/tools/rtems-gdb-7.7-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gdb-7.7-1.cfg23
1 files changed, 23 insertions, 0 deletions
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