summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gdb-7.7.1-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-07-25 04:55:14 +0000
committerChris Johns <chrisj@rtems.org>2014-07-25 04:55:14 +0000
commit114ef0827924b6f8165fc83801fd895619d993ee (patch)
tree2af70313ce524a660f28843daa9b2b99f6ef7db7 /rtems/config/tools/rtems-gdb-7.7.1-1.cfg
parentbare: Update libusb to 1.0.18. (diff)
downloadrtems-source-builder-114ef0827924b6f8165fc83801fd895619d993ee.tar.bz2
RTEMS 4.11 Update to gcc-4.8.3 with Newlib CVS 26-Jul-2014.
Refactor some of the configurations to make it easier to maintain. Add gcc-4.9.x support.
Diffstat (limited to 'rtems/config/tools/rtems-gdb-7.7.1-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gdb-7.7.1-1.cfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gdb-7.7.1-1.cfg b/rtems/config/tools/rtems-gdb-7.7.1-1.cfg
new file mode 100644
index 0000000..55096e6
--- /dev/null
+++ b/rtems/config/tools/rtems-gdb-7.7.1-1.cfg
@@ -0,0 +1,23 @@
+#
+# GDB 7.7.1.
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gdb_version 7.7.1
+
+#
+# Clean up the sim-arange inline code so it builds.
+#
+%patch add gdb %{rtems_gdb_patches}/gdb-sim-arange-inline.diff
+%patch add gdb %{rtems_gdb_patches}/gdb-sim-cgen-inline.diff
+
+%if %{_build_os} == freebsd
+ %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
+%endif
+
+#
+# The gdb build instructions. We use 7.xx Release 1.
+#
+%include %{_configdir}/gdb-7-1.cfg