summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gdb-7.6.2-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-03-20 11:06:10 +1100
committerChris Johns <chrisj@rtems.org>2014-03-20 11:06:10 +1100
commit9b1ae2170a10eb98b33c28b8be5d30b60a0a32d9 (patch)
treecd2f4ce2ea4b626243e6ae5dc1ad801858f90fd6 /rtems/config/tools/rtems-gdb-7.6.2-1.cfg
parentconfig: Do not build in trace support. (diff)
downloadrtems-source-builder-9b1ae2170a10eb98b33c28b8be5d30b60a0a32d9.tar.bz2
freebsd: Add support for FreeBSD 10.0.
GDB did not build out of the box on FreeBSD 10.0 due to the iconv move to libc effecting the gettext port with Python. The patch provided is from the gdb port (devel/gdb) and add the LDFLAGS to the link command line when Python is used and this adds /usr/local/lib if needed.
Diffstat (limited to '')
-rw-r--r--rtems/config/tools/rtems-gdb-7.6.2-1.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gdb-7.6.2-1.cfg b/rtems/config/tools/rtems-gdb-7.6.2-1.cfg
index 15a7022..7932c19 100644
--- a/rtems/config/tools/rtems-gdb-7.6.2-1.cfg
+++ b/rtems/config/tools/rtems-gdb-7.6.2-1.cfg
@@ -12,6 +12,9 @@
#
%include rtems-gdb-patches.cfg
+%define patch5 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
+%define patch5_opts -p0
+
#
# The gdb build instructions. We use 7.xx Release 1.
#